Commit fd14104f authored by AndiAJ's avatar AndiAJ Committed by ajoltan@mozilla.com
Browse files

Bug 1967946 - Disable failing broken site form related UI tests to unblock...

Bug 1967946 - Disable failing broken site form related UI tests to unblock reasons updates r=aaronmt

The reasons update patch was backed out, let's disable the failing UI tests to unblock the reasons updates and fix the UI tests after the changes from [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1967506 | 1967506 ]] land.

Differential Revision: https://phabricator.services.mozilla.com/D250734
parent 047ec7a7
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,7 @@ package org.mozilla.fenix.ui
import androidx.compose.ui.test.junit4.AndroidComposeTestRule
import androidx.compose.ui.test.junit4.AndroidComposeTestRule
import androidx.core.net.toUri
import androidx.core.net.toUri
import mozilla.components.concept.engine.utils.EngineReleaseChannel
import mozilla.components.concept.engine.utils.EngineReleaseChannel
import org.junit.Ignore
import org.junit.Rule
import org.junit.Rule
import org.junit.Test
import org.junit.Test
import org.mozilla.fenix.customannotations.SmokeTest
import org.mozilla.fenix.customannotations.SmokeTest
@@ -374,6 +375,7 @@ class MainMenuTest : TestSetup() {
    }
    }


    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937924
    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937924
    @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1967946")
    @Test
    @Test
    fun verifyTheWhatIsBrokenErrorMessageTest() {
    fun verifyTheWhatIsBrokenErrorMessageTest() {
        runWithCondition(
        runWithCondition(
@@ -398,6 +400,7 @@ class MainMenuTest : TestSetup() {
    }
    }


    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937926
    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937926
    @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1967946")
    @Test
    @Test
    fun verifyThatTheBrokenSiteFormCanBeCanceledTest() {
    fun verifyThatTheBrokenSiteFormCanBeCanceledTest() {
        runWithCondition(
        runWithCondition(
@@ -422,6 +425,7 @@ class MainMenuTest : TestSetup() {
    }
    }


    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937927
    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937927
    @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1967946")
    @Test
    @Test
    fun verifyTheBrokenSiteFormSubmissionTest() {
    fun verifyTheBrokenSiteFormSubmissionTest() {
        runWithCondition(
        runWithCondition(
@@ -451,6 +455,7 @@ class MainMenuTest : TestSetup() {
    }
    }


    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937930
    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937930
    @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1967946")
    @Test
    @Test
    fun verifyThatTheBrokenSiteFormInfoPersistsTest() {
    fun verifyThatTheBrokenSiteFormInfoPersistsTest() {
        runWithCondition(
        runWithCondition(
@@ -476,6 +481,7 @@ class MainMenuTest : TestSetup() {
    }
    }


    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937931
    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937931
    @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1967946")
    @Test
    @Test
    fun verifyTheBrokenSiteFormIsEmptyWithoutSubmittingThePreviousOneTest() {
    fun verifyTheBrokenSiteFormIsEmptyWithoutSubmittingThePreviousOneTest() {
        runWithCondition(
        runWithCondition(
@@ -506,6 +512,7 @@ class MainMenuTest : TestSetup() {
    }
    }


    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937932
    // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/2937932
    @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1967946")
    @Test
    @Test
    fun verifyThatTheBrokenSiteFormInfoIsErasedWhenKillingTheAppTest() {
    fun verifyThatTheBrokenSiteFormInfoIsErasedWhenKillingTheAppTest() {
        runWithCondition(
        runWithCondition(