From db79ad5cb0abb16c8f19cb77896ad4bfd60496d1 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Fri, 30 Sep 2022 10:38:00 +0300 Subject: [PATCH] For #26884 - Re-enable selectAllAndCopyTextTest and copyTextTest With the other changes from this patch they should now pass. --- app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt index 0bacc89b5..48d59a41c 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt @@ -879,7 +879,6 @@ class SmokeTest { mDevice.pressBack() } - @Ignore("Failing: https://github.com/mozilla-mobile/fenix/issues/26884") @Test fun copyTextTest() { val genericURL = TestAssetHelper.getGenericAsset(mockWebServer, 1) @@ -899,7 +898,6 @@ class SmokeTest { } } - @Ignore("Failing: https://github.com/mozilla-mobile/fenix/issues/26884") @Test fun selectAllAndCopyTextTest() { val genericURL = TestAssetHelper.getGenericAsset(mockWebServer, 1)