Bug 1860243 - NoNetworkAccessStartupTests TestRail matching

fenix/120.0
oana.horvath 8 months ago committed by mergify[bot]
parent c5eaad182a
commit 5989874de8

@ -37,6 +37,7 @@ class NoNetworkAccessStartupTests {
// Test running on beta/release builds in CI: // Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds // caution when making changes to it, so they don't block the builds
// Based on STR from https://github.com/mozilla-mobile/fenix/issues/16886 // Based on STR from https://github.com/mozilla-mobile/fenix/issues/16886
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2240542
@Test @Test
fun noNetworkConnectionStartupTest() { fun noNetworkConnectionStartupTest() {
setNetworkEnabled(false) setNetworkEnabled(false)
@ -49,6 +50,7 @@ class NoNetworkAccessStartupTests {
} }
// Based on STR from https://github.com/mozilla-mobile/fenix/issues/16886 // Based on STR from https://github.com/mozilla-mobile/fenix/issues/16886
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2240722
@Test @Test
fun networkInterruptedFromBrowserToHomeTest() { fun networkInterruptedFromBrowserToHomeTest() {
val url = "example.com" val url = "example.com"
@ -66,6 +68,7 @@ class NoNetworkAccessStartupTests {
} }
} }
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2240723
@Test @Test
fun testPageReloadAfterNetworkInterrupted() { fun testPageReloadAfterNetworkInterrupted() {
val url = "example.com" val url = "example.com"
@ -82,6 +85,7 @@ class NoNetworkAccessStartupTests {
}.refreshPage { } }.refreshPage { }
} }
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2240721
@SmokeTest @SmokeTest
@Test @Test
fun testSignInPageWithNoNetworkConnection() { fun testSignInPageWithNoNetworkConnection() {

Loading…
Cancel
Save