Skip to content

Commit

Permalink
Merge pull request #435 from WalletConnect/fix/tests-disabled
Browse files Browse the repository at this point in the history
fix(ui-test): tests not running
  • Loading branch information
enesozturk authored Feb 12, 2024
2 parents f0117e3 + fc5e794 commit 4c4aabb
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 4c4aabb

Please sign in to comment.