Skip to content

Commit

Permalink
well this was not intentional but it looks better
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Feb 4, 2025
1 parent 3cce2d9 commit de97c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/connect-popup/e2e/tests/passphrase.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ test('introduce passphrase in popup and device rejects it', async () => {

await waitAndClick(popup, ['@connect-ui/error-close-button']);

await explorerPage.waitForSelector('text=Failure_ActionCancelled');
await explorerPage.waitForSelector('text=Cancelled');
});

test('introduce passphrase successfully next time should not ask for it', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-popup/e2e/tests/popup-close.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ test(`device dialog canceled ON DEVICE by user`, async ({ page, context }) => {

await popupClosedPromise;

await explorerPage.waitForSelector('text=Failure_ActionCancelled');
await explorerPage.waitForSelector('text=Cancelled');
});

test(`device disconnected during device interaction`, async ({ page, context }) => {
Expand Down

0 comments on commit de97c5a

Please sign in to comment.