Skip to content

Commit

Permalink
fix(ui-test): tests not running
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Feb 10, 2024
1 parent f0117e3 commit fc5e794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/subscribe.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ test.beforeEach(async ({ modalPage, walletPage, browserName }) => {
// Clipboard doesn't work here. Remove this when we moved away from Clipboard in favor of links
test.skip()
}
test.skip()
await modalPage.copyConnectUriToClipboard()
await walletPage.connect()
await walletPage.handleSessionProposal(DEFAULT_SESSION_PARAMS)
Expand Down

0 comments on commit fc5e794

Please sign in to comment.