Skip to content

Commit

Permalink
update(test): bring test back to its current state
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Oct 14, 2024
1 parent 3a35291 commit 63a0526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/specs/01-pin-input.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ test.describe.only("Create Account and Login Tests", () => {
"Scramble keypad?",
);
await expect(loginPinPage.stayUnlockedLabel).toBeVisible();
await expect(loginPinPage.stayUnlockedLabel).toHaveText("Stay unlocked???");
await expect(loginPinPage.stayUnlockedLabel).toHaveText("Stay unlocked?");
});

test("A6, A7 - Scramble Keypad will change the order of pin input buttons", async ({
Expand Down

0 comments on commit 63a0526

Please sign in to comment.