2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1827192 - Remove mainMenuBookmarkButtonTest UI test

This commit is contained in:
AndiAJ 2023-04-10 16:43:35 +03:00 committed by mergify[bot]
parent ac88dd38c5
commit ea8a779027

View File

@ -113,19 +113,6 @@ class SmokeTest {
}
}
// Verifies the Bookmark button in a tab's 3 dot menu
@Test
fun mainMenuBookmarkButtonTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
navigationToolbar {
}.enterURLAndEnterToBrowser(defaultWebPage.url) {
}.openThreeDotMenu {
}.bookmarkPage {
verifySnackBarText("Bookmark saved!")
}
}
// Device or AVD requires a Google Services Android OS installation with Play Store installed
// Verifies the Open in app button when an app is installed
@Test