Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Nov 22, 2024
1 parent 92af621 commit e95bb77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/laboratory/tests/shared/validators/ModalValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ export class ModalValidator {
}

async expectExternalVisible() {
const externalConnector = this.page.getByTestId(/^wallet-selector-external/u)
const externalConnector = this.page.getByTestId(
/^wallet-selector-external-externalTestConnector/u
)
await expect(externalConnector).toBeVisible()
}

Expand Down

0 comments on commit e95bb77

Please sign in to comment.