Skip to content

Commit

Permalink
task: try to harden acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 9, 2023
1 parent b31a973 commit 1ea2ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Acceptance/Frontend/PopupInteractionsCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public function saveAll(AcceptanceTester $I)
$I->amOnPage(self::PATH_root);
$I->waitForJS('return typeof cookieman === "object"', 10);
$I->waitForElementVisible(self::SELECTOR_modal);
$I->waitForElementClickable(self::LOCATOR_settings);
$I->clickWithLeftButton(self::LOCATOR_settings);
$I->scrollIntoView(self::SELECTOR_btnSaveAll);
$I->clickWithLeftButton(['css' => self::SELECTOR_btnSaveAll]);
Expand Down

0 comments on commit 1ea2ffe

Please sign in to comment.