For #25992 #25832 and #25710 fix flaky PWA UI tests

This commit is contained in:
AndiAJ 2022-07-12 11:29:04 +03:00 committed by mergify[bot]
parent afa32dd56e
commit c9d3af54c6

View File

@ -44,6 +44,8 @@ class PwaTest {
navigationToolbar {
}.enterURLAndEnterToBrowser(externalLinksPWAPage.toUri()) {
waitForPageToLoad()
verifyNotificationDotOnMainMenu()
}.openThreeDotMenu {
}.clickInstall {
clickAddAutomaticallyButton()
@ -63,6 +65,7 @@ class PwaTest {
navigationToolbar {
}.enterURLAndEnterToBrowser(externalLinksPWAPage.toUri()) {
waitForPageToLoad()
verifyNotificationDotOnMainMenu()
}.openThreeDotMenu {
}.clickInstall {
clickAddAutomaticallyButton()
@ -79,6 +82,7 @@ class PwaTest {
navigationToolbar {
}.enterURLAndEnterToBrowser(externalLinksPWAPage.toUri()) {
waitForPageToLoad()
verifyNotificationDotOnMainMenu()
}.openThreeDotMenu {
}.clickInstall {
clickAddAutomaticallyButton()