Skip to content

Commit

Permalink
chore: fix adapter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 24, 2023
1 parent 7528d58 commit 2d7b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter/test/adapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fixture.test(
async ({ metamask, page }) => {
await page.getByTestId('connect-snap').click()

const dialog = await metamask.waitForDialog('snaps-connect')
const dialog = await metamask.waitForDialog('snap-install')
fixture.expect(dialog).toBeDefined()
}
)
Expand Down

0 comments on commit 2d7b4f9

Please sign in to comment.