Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 20, 2023
1 parent 553dce5 commit b942658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeception/functional/Paragraphs/WYSIWYGCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function testEmbeddedImage(FunctionalTester $I) {
$I->waitForText('Decorative Image');
$I->click('Save and insert', '.media-library-widget-modal .ui-dialog-buttonset');
$I->waitForElementNotVisible('.media-library-widget-modal');
$I->wait(1);
$I->wait(2);

$I->click('Save', '.ui-dialog-buttonpane');
$I->waitForAjaxToFinish();
Expand Down

0 comments on commit b942658

Please sign in to comment.