For #26884 - Re-enable selectAllAndCopyTextTest and copyTextTest

With the other changes from this patch they should now pass.
This commit is contained in:
Mugurell 2022-09-30 10:38:00 +03:00 committed by mergify[bot]
parent d391d1bf95
commit db79ad5cb0
1 changed files with 0 additions and 2 deletions

View File

@ -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)