feat: prefix the css class names (#163) #248
Annotations
3 errors, 1 warning, and 3 notices
examples/react-spa/e2e/verification.spec.ts#L1
1) [firefox] › verification.spec.ts:7:3 › Verification Page › verification success › mock the submit email verification response
Test timeout of 30000ms exceeded.
|
src/test/models/AuthPage.ts#L191
1) [firefox] › verification.spec.ts:7:3 › Verification Page › verification success › mock the submit email verification response
Error: page.waitForResponse: Page closed
=========================== logs ===========================
waiting for response "**/self-service/verification?flow=**"
============================================================
at ../../../src/test/models/AuthPage.ts:191
189 | return this.locator
190 | .page()
> 191 | .waitForResponse(`**/self-service/${flow}?flow=**`)
| ^
192 | }
193 | }
194 |
at fg.interceptSubmitResponse (/home/runner/work/elements/elements/src/test/models/AuthPage.ts:191:8)
at fg.interceptSubmitResponse (/home/runner/work/elements/elements/src/test/models/VerificationPage.ts:134:18)
at /home/runner/work/elements/elements/src/test/mock/verification.ts:63:46
at Object.VerificationSuccessTest (/home/runner/work/elements/elements/src/test/mock/verification.ts:57:11)
at /home/runner/work/elements/elements/examples/react-spa/e2e/verification.spec.ts:14:5
|
examples/react-spa/e2e/verification.spec.ts#L1
1) [firefox] › verification.spec.ts:7:3 › Verification Page › verification success › mock the submit email verification response
Pending operations:
- locator.fill at ../../src/test/mock/verification.ts:66:10
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
|
|
The logs for this run have expired and are no longer available.
Loading