From 2adc7d51edafcd644d6f738b527b46f3de380967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 30 Sep 2021 16:47:06 +0200 Subject: [PATCH] MOBILE-3833 behat: Fix deep linking wait to start --- tests/behat/navigation_deeplinks.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/behat/navigation_deeplinks.feature b/tests/behat/navigation_deeplinks.feature index 1c1053ce2..e4edc1631 100644 --- a/tests/behat/navigation_deeplinks.feature +++ b/tests/behat/navigation_deeplinks.feature @@ -35,6 +35,7 @@ Feature: It navigates properly using deep links. And I receive a push notification in the app for: | username | module | discussion | | student2 | forum | Forum topic | + And I wait the app to restart Then I should find "Reconnect" in the app When I set the field "Password" to "student2" in the app @@ -54,6 +55,7 @@ Feature: It navigates properly using deep links. | discussion | | Forum topic | And I log in as "student1" + And I wait loading to finish in the app Then I should find "Forum topic" in the app And I should find "Forum message" in the app But I should not find "Site home" in the app