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

[fenix] For https://github.com/mozilla-mobile/fenix/issues/20297: close tab to avoid saving the same tab to collection

This commit is contained in:
Oana Horvath 2021-07-26 16:48:10 +03:00 committed by mergify[bot]
parent 5e82503179
commit 1e55287003

View File

@ -86,7 +86,8 @@ class CollectionTest {
}.openTabDrawer { }.openTabDrawer {
createCollection(firstWebPage.title, firstCollectionName) createCollection(firstWebPage.title, firstCollectionName)
verifySnackBarText("Collection saved!") verifySnackBarText("Collection saved!")
}.closeTabDrawer {} closeTab()
}
navigationToolbar { navigationToolbar {
}.enterURLAndEnterToBrowser(secondWebPage.url) { }.enterURLAndEnterToBrowser(secondWebPage.url) {