No issue: adds warning comment to beta & release running tests

upstream-sync
Oana Horvath 3 years ago committed by mergify[bot]
parent 1bf89b6b01
commit 81849ec6d0

@ -74,6 +74,8 @@ class HistoryTest {
}
@Test
// Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds
fun visitedUrlHistoryTest() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

@ -94,6 +94,8 @@ class NavigationToolbarTest {
}
@Test
// Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds
fun visitURLTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

@ -34,6 +34,8 @@ class NoNetworkAccessStartupTests {
}
@Test
// Test running on beta/release builds in CI:
// 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
fun noNetworkConnectionStartupTest() {
setNetworkEnabled(false)

@ -267,8 +267,9 @@ class SmokeTest {
}
}
// Could be removed when more smoke tests from the Settings category are added
@Test
// Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds
// Verifies the Settings menu opens from a tab's 3 dot menu
fun openMainMenuSettingsItemTest() {
homeScreen {
@ -518,6 +519,8 @@ class SmokeTest {
}
@Test
// Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds
// Goes through the settings and changes the search suggestion toggle, then verifies it changes.
fun toggleSearchSuggestions() {
@ -992,6 +995,8 @@ class SmokeTest {
}
@Test
// Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds
fun deleteCollectionTest() {
val webPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -1116,6 +1121,8 @@ class SmokeTest {
}
@Test
// Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds
fun noHistoryInPrivateBrowsingTest() {
val website = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save