[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new dismissOnboardingWithPageLoadTest UI test

pull/600/head
AndiAJ 2 years ago committed by mergify[bot]
parent ce8433723c
commit f6113dc3fa

@ -199,6 +199,25 @@ class HomeScreenTest {
}
}
@Test
fun dismissOnboardingWithPageLoadTest() {
activityTestRule.activityRule.applySettingsExceptions {
it.isJumpBackInCFREnabled = false
it.isWallpaperOnboardingEnabled = false
}
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
homeScreen {
verifyWelcomeHeader()
}
navigationToolbar {
}.enterURLAndEnterToBrowser(defaultWebPage.url) {
}.goToHomescreen {
verifyExistingTopSitesList()
}
}
@Test
fun toolbarTapDoesntDismissOnboardingTest() {
homeScreen {

Loading…
Cancel
Save