[fenix] For https://github.com/mozilla-mobile/fenix/issues/26884 - Re-enable selectAllAndCopyTextTest and copyTextTest

With the other changes from this patch they should now pass.
pull/600/head
Mugurell 2 years ago committed by mergify[bot]
parent 5249e2b823
commit e5f35731ad

@ -879,7 +879,6 @@ class SmokeTest {
mDevice.pressBack() mDevice.pressBack()
} }
@Ignore("Failing: https://github.com/mozilla-mobile/fenix/issues/26884")
@Test @Test
fun copyTextTest() { fun copyTextTest() {
val genericURL = TestAssetHelper.getGenericAsset(mockWebServer, 1) val genericURL = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -899,7 +898,6 @@ class SmokeTest {
} }
} }
@Ignore("Failing: https://github.com/mozilla-mobile/fenix/issues/26884")
@Test @Test
fun selectAllAndCopyTextTest() { fun selectAllAndCopyTextTest() {
val genericURL = TestAssetHelper.getGenericAsset(mockWebServer, 1) val genericURL = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save