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 56a9748 commit 6a37943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/src/constants/ProjectsDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import ExampleProject from '../models/ExampleProject'
export const DAPP_REACT: ExampleProject = new ExampleProject('wc-dapp-react', 3000)
export const WALLET_REACT: ExampleProject = new ExampleProject('wc-wallet-react', 3001)
export const DAPP_VITE_VANILLA: ExampleProject = new ExampleProject('wc-dapp-vite-vanilla', 3002)
export const DAPP_VITE_SVELTEKIT: ExampleProject = new ExampleProject('wc-dapp-vite-sveltekit', 3003)
export const DAPP_VITE_SVELTEKIT: ExampleProject = new ExampleProject('wc-dapp-sveltekit', 3003)
2 changes: 1 addition & 1 deletion e2e/src/scripts/examplesInstall.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { runCommandInEachExampleProj } from '../helpers/CommandsHelper'

runCommandInEachExampleProj('pnpm i')
runCommandInEachExampleProj('pnpm i --force')
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 6a37943

Please sign in to comment.