Skip to content

Commit

Permalink
remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 30, 2024
1 parent fe14a04 commit cc94e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/connectAutoKeyTestWallet.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { test, expect } from './fixtures/base';
import { ensureEnd, withResolvers } from '@/shared/helpers';
import { disconnectWallet, fillPopup } from './pages/popup';
import {
acceptGrant,
Expand All @@ -8,10 +9,9 @@ import {
waitForGrantConsentPage,
waitForWelcomePage,
} from './helpers/testWallet';
import { ensureEnd, withResolvers } from '@/shared/helpers';
import { getJWKS } from './helpers/common';

test.only('Connect to test wallet with automatic key addition when not logged-in to wallet', async ({
test('Connect to test wallet with automatic key addition when not logged-in to wallet', async ({
page,
popup,
persistentContext: context,
Expand Down

0 comments on commit cc94e13

Please sign in to comment.