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

[fenix] For https://github.com/mozilla-mobile/fenix/issues/16959: verify page url not content in swipeToSwitchTabTest

This commit is contained in:
Oana Horvath 2021-02-01 17:04:12 +02:00
parent c1546655a7
commit 15d4e812d1

View File

@ -531,9 +531,9 @@ class SmokeTest {
}.openNewTab {
}.submitQuery(secondWebPage.url.toString()) {
swipeNavBarRight(secondWebPage.url.toString())
verifyPageContent(firstWebPage.content)
verifyUrl(firstWebPage.url.toString())
swipeNavBarLeft(firstWebPage.url.toString())
verifyPageContent(secondWebPage.content)
verifyUrl(secondWebPage.url.toString())
}
}