Bug 1882170 - Disable Auto-Fill View Tests After Address Fields Were Consolidated

fenix/125.0
Jackie Johnson 3 months ago committed by mergify[bot]
parent e4af8643e1
commit 314f2deed8

@ -4,6 +4,7 @@
package org.mozilla.fenix.ui
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.customannotations.SmokeTest
@ -116,6 +117,7 @@ class AddressAutofillTest : TestSetup() {
}
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/1836840
@Ignore("Disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1882170")
@Test
fun verifyAddAddressViewTest() {
homeScreen {
@ -130,6 +132,7 @@ class AddressAutofillTest : TestSetup() {
}
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/1836841
@Ignore("Disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1882170")
@Test
fun verifyEditAddressViewTest() {
autofillScreen {

Loading…
Cancel
Save