Skip to content

Commit

Permalink
Renamed private tab selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mdotb-moz committed Nov 28, 2024
1 parent fbe1b16 commit 334372c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class PrivateBrowsingTest: BaseTestCase {
waitUntilPageLoad()
navigator.goto(BrowserTabMenu)
// Validate menu option New Private Tab
let newPrivateTab = app.tables.otherElements["New Private Tab"]
let newPrivateTab = app.staticTexts["New Private Tab"]
mozWaitForElementToExist(newPrivateTab)
scrollToElement(newPrivateTab)
// Tap on "New private tab" option
Expand Down

0 comments on commit 334372c

Please sign in to comment.