diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsAddonsTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsAddonsTest.kt index 0543ed765231..5f01638260ea 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsAddonsTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsAddonsTest.kt @@ -19,6 +19,7 @@ import org.mozilla.fenix.helpers.HomeActivityTestRule import org.mozilla.fenix.helpers.RecyclerViewIdlingResource import org.mozilla.fenix.helpers.RetryTestRule import org.mozilla.fenix.helpers.TestAssetHelper +import org.mozilla.fenix.helpers.TestAssetHelper.getGenericAsset import org.mozilla.fenix.helpers.ViewVisibilityIdlingResource import org.mozilla.fenix.ui.robots.addonsMenu import org.mozilla.fenix.ui.robots.homeScreen @@ -150,7 +151,7 @@ class SettingsAddonsTest { @Test fun useAddonsInPrivateModeTest() { val addonName = "uBlock Origin" - val trackingPage = TestAssetHelper.getEnhancedTrackingProtectionAsset(mockWebServer) + val genericPage = getGenericAsset(mockWebServer, 1) homeScreen { }.togglePrivateBrowsingMode() @@ -161,8 +162,8 @@ class SettingsAddonsTest { IdlingRegistry.getInstance().unregister(addonsListIdlingResource!!) }.goBack {} navigationToolbar { - }.enterURLAndEnterToBrowser(trackingPage.url) { - verifyPageContent(trackingPage.content) + }.enterURLAndEnterToBrowser(genericPage.url) { + verifyPageContent(genericPage.content) }.openThreeDotMenu { openAddonsSubList() verifyAddonAvailableInMainMenu(addonName) diff --git a/automation/taskcluster/androidTest/flank-x86.yml b/automation/taskcluster/androidTest/flank-x86.yml index ec4ddca1df53..46362f98b431 100644 --- a/automation/taskcluster/androidTest/flank-x86.yml +++ b/automation/taskcluster/androidTest/flank-x86.yml @@ -54,7 +54,7 @@ flank: max-test-shards: -1 # num-test-runs: the amount of times to run the tests. # 1 runs the tests once. 10 runs all the tests 10x - num-test-runs: 10 + num-test-runs: 30 ### Output Style flag ## Output style of execution status. May be one of [verbose, multi, single, compact]. ## For runs with only one test execution the default value is 'verbose', in other cases