From 9807caa5aea43a7c12d834bab82584bc87453328 Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Mon, 18 Jul 2022 21:50:44 +0300 Subject: [PATCH] Issue#107 Update Restoration tests so it points out error all the time --- .../org/fnives/test/showcase/ui/AuthComposeInstrumentedTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/androidTest/java/org/fnives/test/showcase/ui/AuthComposeInstrumentedTest.kt b/app/src/androidTest/java/org/fnives/test/showcase/ui/AuthComposeInstrumentedTest.kt index 3e8c5a6..171e0a8 100644 --- a/app/src/androidTest/java/org/fnives/test/showcase/ui/AuthComposeInstrumentedTest.kt +++ b/app/src/androidTest/java/org/fnives/test/showcase/ui/AuthComposeInstrumentedTest.kt @@ -175,6 +175,7 @@ class AuthComposeInstrumentedTest : KoinTest { .assertPassword("banan") stateRestorationTester.emulateSavedInstanceStateRestore() + composeTestRule.mainClock.advanceTimeBy(SPLASH_DELAY) // ensure all time based operation run navigationRobot.assertAuthScreen() robot.assertUsername("alma")