Issue #26711: re-enabled verifyPageMainMenuItemsTest

This commit is contained in:
sv-ohorvath 2022-09-26 17:48:29 +03:00 committed by mergify[bot]
parent 5c9a713512
commit 7e796d1cdc
1 changed files with 1 additions and 1 deletions

View File

@ -188,13 +188,13 @@ class SmokeTest {
}
// Verifies the list of items in a tab's 3 dot menu
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/26711")
@Test
fun verifyPageMainMenuItemsTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
navigationToolbar {
}.enterURLAndEnterToBrowser(defaultWebPage.url) {
waitForPageToLoad()
}.openThreeDotMenu {
verifyPageThreeDotMainMenuItems()
}