Skip to content

Commit

Permalink
More standardization of style
Browse files Browse the repository at this point in the history
  • Loading branch information
Halle committed Apr 15, 2024
1 parent 445c00f commit 9c5ee24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions UITests/FindInPageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,7 @@ class FindInPageTests: XCTestCase {
"Local \"Lorem Ipsum\" web page didn't load with the expected title in a reasonable timeframe. If this is unexpected, it can also be due to the timeout being too short."
)
let optionsButton = app.windows.buttons["NavigationBarViewController.optionsButton"]
XCTAssertTrue(
optionsButton.waitForExistence(timeout: UITests.Timeouts.elementExistence),
"Couldn't find options item in a reasonable timeframe."
)
optionsButton.click()
optionsButton.clickAfterExistenceTestSucceeds()

let findInPageMoreOptionsMenuItem = app.menuItems["MoreOptionsMenu.findInPage"]
XCTAssertTrue(
Expand Down

0 comments on commit 9c5ee24

Please sign in to comment.