Skip to content

Commit

Permalink
Merge pull request #529 from input-output-hk/test/fix-webext-test-tha…
Browse files Browse the repository at this point in the history
…t-rely-on-browser-obj

test(e2e): removed browser usage outside of tests
  • Loading branch information
mirceahasegan committed Nov 29, 2022
2 parents 77af399 + 3f8fe27 commit 322ad27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/e2e/test/web-extension/extension/util.ts
Expand Up @@ -4,8 +4,6 @@ import { RemoteApiProperties, RemoteApiPropertyType } from '@cardano-sdk/web-ext

export const extensionId = 'lgehgfkeagjdklnanflcjoipaphegomm';

export const ownOrigin = globalThis.location.origin;

export const walletName = 'ccvault';
export const observableWalletNames = ['UserCreatedWallet1', 'UserCreatedWallet2'];

Expand Down

0 comments on commit 322ad27

Please sign in to comment.