For #26932 disabled failing verifyCustomizeHomepageTest UI test

This commit is contained in:
AndiAJ 2022-09-12 17:19:22 +03:00 committed by mergify[bot]
parent aef6c0a5e4
commit 27e2402429
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import androidx.test.uiautomator.Until
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.helpers.AndroidAssetDispatcher
@ -194,6 +195,7 @@ class HomeScreenTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/26932")
@Test
fun verifyCustomizeHomepageTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)