Skip to content

Commit d48720f

Browse files
committed
Fix identifier for the manual token entry button in the screenshots test
1 parent 3e9a51f commit d48720f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AuthenticatorScreenshots/AuthenticatorScreenshots.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class AuthenticatorScreenshots: XCTestCase {
6464
// Take a screenshot of the token scanner.
6565
snapshot("1-ScanToken")
6666

67-
app.navigationBars.buttons["Compose"].tap()
67+
app.navigationBars.buttons["Manual token entry"].tap()
6868
// Wait for the scroll bars to fade.
6969
sleep(1)
7070
// Take a screenshot of the token entry form.

0 commit comments

Comments
 (0)