From fc5e79497d5f6d322974d3cfb7040b9ee7f14374 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 9 Feb 2024 20:20:46 -0500 Subject: [PATCH] fix(ui-test): tests not running --- tests/subscribe.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/subscribe.spec.ts b/tests/subscribe.spec.ts index f0c9097e..aa792158 100644 --- a/tests/subscribe.spec.ts +++ b/tests/subscribe.spec.ts @@ -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)