Commit dc7ee2f7 authored by Samuel Mortenson's avatar Samuel Mortenson Committed by Sam Mortenson
Browse files

Issue #3297067 by Project Update Bot, samuel.mortenson: Automated Drupal 10 compatibility fixes

parent e33a4b40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.