Skip to content

Commit

Permalink
chore(e2e): refactor function call in EventCreationE2ETest for consis…
Browse files Browse the repository at this point in the history
…tency
  • Loading branch information
Zafouche committed Dec 5, 2024
1 parent d9445bf commit b3c51eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b3c51eb

Please sign in to comment.