Skip to content

Commit

Permalink
CU-86dtm13dg
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoDizConde committed Jun 21, 2024
1 parent 1640ab4 commit 100c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/DappMethods.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 100c35b

Please sign in to comment.