Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2022-07-09 19:54:35 +0300
committerAleksander Machniak <alec@alec.pl>2022-07-09 19:54:35 +0300
commit8fdb7e8c55d3eb1ca538bd00e4f03d58f74668af (patch)
tree76965e97a5021fc8f4d908c97f56a7c562d6c4a8 /tests
parentba1a93ec5b46903e0aa828906dd3ceb80fd401f6 (diff)
Try to fix browser tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Browser/Components/Toolbarmenu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Browser/Components/Toolbarmenu.php b/tests/Browser/Components/Toolbarmenu.php
index d8762308d..7bb2f1a23 100644
--- a/tests/Browser/Components/Toolbarmenu.php
+++ b/tests/Browser/Components/Toolbarmenu.php
@@ -100,7 +100,7 @@ class Toolbarmenu extends Component
if ($browser->isPhone()) {
$browser->withinBody(function ($browser) {
$browser->script("window.UI.menu_hide('toolbar-menu')");
- $browser->waitUntilMissing($this->selector());
+ $browser->waitUntilMissing($this->selector())->pause(100);
// FIXME: For some reason sometimes .popover-overlay does not close,
// we have to remove it manually
$browser->script(