Skip to content

Commit 4eef211

Browse files
committed
Fixing comment
1 parent c97a290 commit 4eef211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/SampleApps/AuthFlowTester/AuthFlowTesterUITests/PageObjects/LoginPageObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class LoginPageObject {
226226
if closeButton.exists {
227227
return closeButton
228228
}
229-
// Earlier iOS versions use "Close", iOS 18+ uses "Cancel"
229+
// Earlier iOS versions use "Cancel"
230230
return topBar.buttons["Cancel"]
231231
}
232232

0 commit comments

Comments
 (0)