[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 {
createCollection(firstWebPage.title, firstCollectionName)
verifySnackBarText("Collection saved!")
}.closeTabDrawer {}
closeTab()
}
navigationToolbar {
}.enterURLAndEnterToBrowser(secondWebPage.url) {

Loading…
Cancel
Save