From b3c51ebddbc86877e88dcf7925572dba226ae8a2 Mon Sep 17 00:00:00 2001 From: Zafar Date: Thu, 5 Dec 2024 12:56:27 +0100 Subject: [PATCH] chore(e2e): refactor function call in EventCreationE2ETest for consistency --- .../java/com/android/unio/end2end/EventCreationE2ETest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/androidTest/java/com/android/unio/end2end/EventCreationE2ETest.kt b/app/src/androidTest/java/com/android/unio/end2end/EventCreationE2ETest.kt index f65a2a486..0d4644045 100644 --- a/app/src/androidTest/java/com/android/unio/end2end/EventCreationE2ETest.kt +++ b/app/src/androidTest/java/com/android/unio/end2end/EventCreationE2ETest.kt @@ -274,7 +274,7 @@ class EventCreationE2ETest : EndToEndTest() { composeTestRule.waitUntilExactlyOneExists( matcher = hasTestTag(EventCreationTestTags.LOCATION_SUGGESTION_ITEM_LATITUDE + EVENT_LATITUDE), - 10000) + timeoutMillis = 10000) composeTestRule .onNodeWithTag(EventCreationTestTags.LOCATION_SUGGESTION_ITEM_LATITUDE + EVENT_LATITUDE)