Loading tests/src/FunctionalJavascript/EntityBrowserBlockTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class EntityBrowserBlockTest extends EntityBrowserWebDriverTestBase { $this->assertSession()->pageTextContains('alpaca.jpg'); // Save the block. $this->drupalPostForm(NULL, ['region' => 'content'], 'Save block'); $this->submitForm(['region' => 'content'], 'Save block'); $this->assertSession()->pageTextContains('The block configuration has been saved.'); // Edit the block and ensure the configuration persists. Loading Loading
tests/src/FunctionalJavascript/EntityBrowserBlockTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class EntityBrowserBlockTest extends EntityBrowserWebDriverTestBase { $this->assertSession()->pageTextContains('alpaca.jpg'); // Save the block. $this->drupalPostForm(NULL, ['region' => 'content'], 'Save block'); $this->submitForm(['region' => 'content'], 'Save block'); $this->assertSession()->pageTextContains('The block configuration has been saved.'); // Edit the block and ensure the configuration persists. Loading