Skip to content

Commit

Permalink
fixed test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ost-ptk committed Nov 16, 2023
1 parent 73df1c6 commit 7763f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ onboarding.describe('Onboarding UI: recover secret phrase flow', () => {
page.getByText(DEFAULT_FIRST_ACCOUNT.accountName)
).toBeVisible();
await onboardingExpect(
page.getByText(DEFAULT_FIRST_ACCOUNT.truncatedPublicKey)
page.getByText(DEFAULT_FIRST_ACCOUNT.truncatedPublicKey).nth(0)
).toBeVisible();
}
);
Expand Down

0 comments on commit 7763f12

Please sign in to comment.