Skip to content

Commit

Permalink
Browser Tests: Another attempt on flaky mobile menus
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 26, 2023
1 parent 53374f6 commit 1266e47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Browser/Components/Toolbarmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,9 @@ public function clickMenuItem($browser, $name, $dropdown_action = null)
$browser->click("#{$popup_id} li a.{$dropdown_action}");
});
}

if ($browser->isPhone()) {
$browser->pause(100);
}
}
}

0 comments on commit 1266e47

Please sign in to comment.