For #23237 minor refactoring work for privateTabsTrayWithOpenedTabTest UI test

This commit is contained in:
AndiAJ 2022-06-27 16:39:46 +03:00 committed by mergify[bot]
parent bf522dbd50
commit 3445717ad6

View File

@ -730,9 +730,6 @@ class SmokeTest {
verifyCloseTabsButton(website.title)
verifyOpenedTabThumbnail()
verifyPrivateBrowsingNewTabButton()
}.openTab(website.title) {
verifyUrl(website.url.toString())
verifyTabCounter("1")
}
}