Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #27005 fix flaky updateSavedLoginTest UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiAJ authored and mergify[bot] committed Sep 20, 2022
1 parent bcc12b6 commit 1d15fad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@ class SmokeTest {
private lateinit var browserStore: BrowserStore
private val featureSettingsHelper = FeatureSettingsHelper()

@get:Rule
@get:Rule(order = 0)
val activityTestRule = AndroidComposeTestRule(
HomeActivityIntentTestRule(),
{ it.activity },
)

@get: Rule
@get: Rule(order = 1)
val intentReceiverActivityTestRule = ActivityTestRule(
IntentReceiverActivity::class.java,
true,
false,
)

@Rule
@Rule(order = 2)
@JvmField
val retryTestRule = RetryTestRule(3)

Expand Down

0 comments on commit 1d15fad

Please sign in to comment.