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:
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…
Reference in New Issue
Block a user