Skip to content

Commit

Permalink
Update matching for the Fire button.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 3, 2023
1 parent ffa0cad commit 6e73ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FingerprintingUITests/FingerprintUITest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ class FingerprintUITest: XCTestCase {
app.navigationBars.buttons["Done"].tap()

// Clear all tabs and data
app.toolbars["Toolbar"].buttons["Fire"].tap()
app.buttons["Close Tabs and Clear Data"].tap()
app.toolbars["Toolbar"].buttons["Close Tabs and Clear Data"].tap()
app.buttons.matching(identifier: "Close Tabs and Clear Data").allElementsBoundByIndex.last?.tap()

sleep(2)

Expand Down

0 comments on commit 6e73ff6

Please sign in to comment.