feat!: add getServerSession and SessionProvider #467
Annotations
3 errors, 2 warnings, and 2 notices
[firefox] › registration.spec.ts:19:3 › Registration Page › registration duplicate account:
examples/react-spa/e2e/registration.spec.ts#L1
1) [firefox] › registration.spec.ts:19:3 › Registration Page › registration duplicate account ────
Test timeout of 30000ms exceeded.
|
[firefox] › registration.spec.ts:19:3 › Registration Page › registration duplicate account:
packages/test/src/models/AuthPage.ts#L190
1) [firefox] › registration.spec.ts:19:3 › Registration Page › registration duplicate account ────
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for response "**/self-service/registration?flow=**"
============================================================
at ../../../packages/test/src/models/AuthPage.ts:190
188 | return this.locator
189 | .page()
> 190 | .waitForResponse(`**/self-service/${flow}?flow=**`)
| ^
191 | }
192 | }
193 |
at RegistrationPage.interceptSubmitResponse (/home/runner/work/elements/elements/packages/test/src/models/AuthPage.ts:190:8)
at RegistrationPage.interceptSubmitResponse (/home/runner/work/elements/elements/packages/test/src/models/RegistrationPage.ts:98:18)
at /home/runner/work/elements/elements/packages/test/src/mock/registration.ts:100:46
at Object.RegistrationDuplicateAccountTest (/home/runner/work/elements/elements/packages/test/src/mock/registration.ts:90:11)
at /home/runner/work/elements/elements/examples/react-spa/e2e/registration.spec.ts:28:5
|
[firefox] › registration.spec.ts:19:3 › Registration Page › registration duplicate account:
packages/test/src/models/AuthPage.ts#L62
1) [firefox] › registration.spec.ts:19:3 › Registration Page › registration duplicate account ────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('registration-auth-card').locator('input[name="tos"]')
- locator resolved to <input id=":r7:" value="1" name="tos" required="" type="checkbox" class="ory_elements__checkbox__13ulsr11"/>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at ../../../packages/test/src/models/AuthPage.ts:62
60 | await this.formFields[key].fill(this.traits[key].value)
61 | } else if (this.traits[key].type === "checkbox") {
> 62 | await this.formFields[key].click()
| ^
63 | }
64 | }
65 | await this.locator.locator(buttonLocator ?? '[type="submit"]').click()
at RegistrationPage.submitForm (/home/runner/work/elements/elements/packages/test/src/models/AuthPage.ts:62:36)
at /home/runner/work/elements/elements/packages/test/src/mock/registration.ts:101:7
at Object.RegistrationDuplicateAccountTest (/home/runner/work/elements/elements/packages/test/src/mock/registration.ts:90:11)
at /home/runner/work/elements/elements/examples/react-spa/e2e/registration.spec.ts:28:5
|
pull_request
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pull_request
No files were found with the provided path: examples/nextjs-spa/playwright-report/
examples/nextjs-spa/test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
18 passed (1.2m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › registration.spec.ts:19:3 › Registration Page › registration duplicate account ─────
17 passed (1.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
preact-spa playwright-report
|
193 KB |
|
react-spa playwright-report
|
2.04 MB |
|