We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c84d25 commit f71aa8cCopy full SHA for f71aa8c
e2e/passkey.spec.ts
@@ -1,10 +1,8 @@
1
import {testWithII} from '../src';
2
+import {DOCKER_CONTAINER} from './spec.constants';
3
4
testWithII.beforeEach(async ({iiPage}) => {
- const DOCKER_CONTAINER_URL = 'http://127.0.0.1:5987';
5
- const DOCKER_INTERNET_IDENTITY_ID = 'rdmx6-jaaaa-aaaaa-aaadq-cai';
6
-
7
- await iiPage.waitReady({url: DOCKER_CONTAINER_URL, canisterId: DOCKER_INTERNET_IDENTITY_ID});
+ await iiPage.waitReady(DOCKER_CONTAINER);
8
});
9
10
testWithII('should sign-in with a new user when II requires a passkey', async ({page, iiPage}) => {
0 commit comments