Skip to content

Commit

Permalink
Bug 1862926 - New high priority history UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiAJ authored and mergify[bot] committed Nov 6, 2023
1 parent 7de0080 commit 7c8b788
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Empty file.
14 changes: 14 additions & 0 deletions fenix/app/src/androidTest/java/org/mozilla/fenix/ui/HistoryTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,18 @@ class HistoryTest {
verifyEmptyHistoryView()
}
}

// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/243287
@Test
fun openHistoryItemTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

navigationToolbar {
}.enterURLAndEnterToBrowser(defaultWebPage.url) {
}.openThreeDotMenu {
}.openHistory {
}.openWebsite(defaultWebPage.url) {
verifyUrl(defaultWebPage.url.toString())
}
}
}

0 comments on commit 7c8b788

Please sign in to comment.