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

pull/600/head
Oana Horvath 3 years ago committed by mergify[bot]
parent 5e82503179
commit 1e55287003

@ -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) {

Loading…
Cancel
Save