From 100c35bb364fbc6bef7d5367fb73a7e3edbc827c Mon Sep 17 00:00:00 2001 From: Leonidas Conde <80922146+LeonardoDizConde@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:11:01 -0300 Subject: [PATCH] CU-86dtm13dg --- e2e/tests/DappMethods.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests/DappMethods.spec.ts b/e2e/tests/DappMethods.spec.ts index ec89c4e..90f6972 100644 --- a/e2e/tests/DappMethods.spec.ts +++ b/e2e/tests/DappMethods.spec.ts @@ -30,7 +30,7 @@ test('Create a new account and connect with a dapp (React)', async ({ context }) expect(hasSession).toBeTruthy() }) -test.only('Create a new account and connect with a dapp (Svelte)', async ({ context }) => { +test('Create a new account and connect with a dapp (Svelte)', async ({ context }) => { // Define the dapp and wallet pages const dappPage = DAPP_VITE_SVELTEKIT const walletPage = WALLET_REACT