Give time to the tests to perform

This commit is contained in:
Benoit Marty 2022-06-13 16:29:45 +02:00
parent c7d021ece6
commit 55bac9ba0f
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ class SettingsNotificationsRobot {
pressBack()
*/
clickOnPreference(R.string.settings_notification_troubleshoot)
// Give time for the tests to perform
Thread.sleep(12_000)
pressBack()
}
}