Skip to content

Commit

Permalink
ACMS-000: Fix failing PHPUnit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Sep 13, 2024
1 parent 48b6cc7 commit e3a05f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ protected function openMediaLibrary() {
$this->pressEditorButton('Insert Media');
/** @var \Drupal\FunctionalJavascriptTests\JSWebAssert $assertSession */
$assertSession = $this->assertSession();
$assertSession->assertWaitOnAjaxRequest();
$result = $assertSession->waitForText('Add or select media');
$this->assertNotEmpty($result);
}
Expand Down

0 comments on commit e3a05f8

Please sign in to comment.