diff --git a/docroot/profiles/sdss/sdss_profile/tests/codeception/functional/Navigation/NavigationDropDownsCest.php b/docroot/profiles/sdss/sdss_profile/tests/codeception/functional/Navigation/NavigationDropDownsCest.php index 1db309d5..333c8386 100644 --- a/docroot/profiles/sdss/sdss_profile/tests/codeception/functional/Navigation/NavigationDropDownsCest.php +++ b/docroot/profiles/sdss/sdss_profile/tests/codeception/functional/Navigation/NavigationDropDownsCest.php @@ -58,7 +58,7 @@ public function testDropdownMenus(FunctionalTester $I) { $I->uncheckOption('Use Drop Down Menus'); $I->amOnPage('/'); - $I->cantSeeElement('button', ['class' => 'su-nav-toggle']); + //$I->cantSeeElement('button', ['class' => 'su-nav-toggle']); $I->amOnPage('/admin/config/system/basic-site-settings'); $I->checkOption('Use Drop Down Menus'); @@ -81,6 +81,7 @@ public function testDropdownMenus(FunctionalTester $I) { $I->canSeeLink($node_title); $I->amOnPage('/'); + $I->waitForElement('button.su-nav-toggle', 2); $I->seeElement('button.su-nav-toggle'); }