Skip to content

Commit

Permalink
Update navigation functional test.
Browse files Browse the repository at this point in the history
  • Loading branch information
joegl committed Nov 4, 2024
1 parent f131278 commit 6ec28ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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');
}

Expand Down

0 comments on commit 6ec28ac

Please sign in to comment.