Skip to content

Commit

Permalink
selector-again
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Sep 8, 2023
1 parent 9b8dda2 commit ec5d620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-e2e/utils/loginSelectors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export class LoginSelectors {
public static readonly loginWithOfficeButton =
'button[formaction~="/auth/office365"]';
'button[formaction^="/auth/office365"]';
public static readonly passwordView = 'div[data-viewid="2"]';
public static readonly emailView = 'div[data-viewid="1"]';
public static readonly emailInput = 'input[type="email"]';
Expand Down

0 comments on commit ec5d620

Please sign in to comment.