Skip to content

Commit 4ccbaf2

Browse files
authored
Merge pull request #80 from NoelDeMartin/MOBILE-3833
MOBILE-3833: Wait for scrolling to finish
2 parents f375e13 + 0e5033b commit 4ccbaf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/behat/behat_app.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ public function i_scroll_to_in_the_app(string $locator) {
209209
});
210210

211211
$this->wait_for_pending_js();
212+
213+
// Wait scroll animation to finish.
214+
$this->getSession()->wait(300);
212215
}
213216

214217
/**

0 commit comments

Comments
 (0)