Skip to content

Commit 73678a7

Browse files
committed
fixup! don't use text-based selector
1 parent 1c3ce20 commit 73678a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/browser/auth/Login.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export class Login {
5757
totpInputOld: 'form[name="OneTimeCodeViewForm"]',
5858
identityBanner: '[data-testid="identityBanner"]',
5959
viewFooter: '[data-testid="viewFooter"] >> [role="button"]',
60-
otherWaysToSignIn:
61-
'span[role="button"]:has-text("Other ways to sign in"), span[role="button"]:has-text("other ways")',
60+
otherWaysToSignIn: '[data-testid="viewFooter"] span[role="button"]',
6261
otpCodeEntry: '[data-testid="codeEntry"]',
6362
backButton: '#back-button',
6463
bingProfile: '#id_n',

0 commit comments

Comments
 (0)