Skip to content

Commit

Permalink
Use the new pageElement for setting accessibility identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jun 13, 2024
1 parent 57d678c commit 7013094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MullvadVPNUITests/Pages/MultihopPromptAlert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MultihopPromptAlert: Page {
@discardableResult override init(_ app: XCUIApplication) {
super.init(app)

self.pageAccessibilityIdentifier = .multihopPromptAlert
self.pageElement = app.otherElements[.multihopPromptAlert]
waitForPageToBeShown()
}

Expand Down

0 comments on commit 7013094

Please sign in to comment.