Issue#107 Update Restoration tests so it points out error all the time

This commit is contained in:
Gergely Hegedus 2022-07-18 21:50:44 +03:00
parent d39405fda0
commit 9807caa5ae

View file

@ -175,6 +175,7 @@ class AuthComposeInstrumentedTest : KoinTest {
.assertPassword("banan") .assertPassword("banan")
stateRestorationTester.emulateSavedInstanceStateRestore() stateRestorationTester.emulateSavedInstanceStateRestore()
composeTestRule.mainClock.advanceTimeBy(SPLASH_DELAY) // ensure all time based operation run
navigationRobot.assertAuthScreen() navigationRobot.assertAuthScreen()
robot.assertUsername("alma") robot.assertUsername("alma")