Bug 1842719 - disable failing report site issue related UI tests

fenix/117.0
AndiAJ 11 months ago committed by mergify[bot]
parent b477c45245
commit eb7b137ee9

@ -6,6 +6,7 @@ import mozilla.components.concept.engine.utils.EngineReleaseChannel
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.R
@ -153,6 +154,7 @@ class MainMenuTest {
}
}
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1842719")
@SmokeTest
@Test
fun mainMenuReportSiteIssueTest() {

@ -98,7 +98,7 @@ class ThreeDotMenuMainRobot {
syncAndSaveDataButton,
findInPageButton,
desktopSiteButton,
reportSiteIssueButton,
// reportSiteIssueButton,
addToHomeScreenButton,
addToShortcutsButton,
saveToCollectionButton,

Loading…
Cancel
Save