1
0
Fork 0

Closes #7687: Temp disable UI test verifyContextCopyImageLocation and verifyContextSaveImage and verifyContextOpenImageNewTab

master
Aaron Train 2020-01-14 14:07:53 -05:00 committed by GitHub
parent 159644579e
commit bebb69e046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import androidx.test.uiautomator.UiDevice
import okhttp3.mockwebserver.MockWebServer
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
@ -132,6 +133,7 @@ class ContextMenusTest {
}
}
@Ignore("Temp disable intermittent failure - https://github.com/mozilla-mobile/fenix/issues/7687")
@Test
fun verifyContextOpenImageNewTab() {
val pageLinks =
@ -151,6 +153,7 @@ class ContextMenusTest {
}
}
@Ignore("Temp disable intermittent failure - https://github.com/mozilla-mobile/fenix/issues/7687")
@Test
fun verifyContextCopyImageLocation() {
val pageLinks =
@ -171,6 +174,7 @@ class ContextMenusTest {
}
}
@Ignore("Temp disable intermittent failure - https://github.com/mozilla-mobile/fenix/issues/7666")
@Test
fun verifyContextSaveImage() {
val pageLinks =