feat: add authentication and onboarding #80
Annotations
4 errors and 1 notice
main
Process completed with exit code 1.
|
[chromium] › onboarding.spec.ts:11:5 › a new User can become a Maestro and have his own session:
apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts#L27
1) [chromium] › onboarding.spec.ts:11:5 › a new User can become a Maestro and have his own session › get redirected to session setup page after IDP auth
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Share this link to your Players so they can join your session')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Share this link to your Players so they can join your session')
25 | await page.getByRole('button').click();
26 | await expect(page.getByRole('heading', { name: 'Account created!' })).toBeVisible();
> 27 | await expect(page.getByText('Share this link to your Players so they can join your session')).toBeVisible();
| ^
28 | await page.getByRole('link', { name: 'Enter your Maestro Session' }).click();
29 | await expect(page.getByRole('heading', { name: 'Maestro UI' })).toBeVisible();
30 | });
at /home/runner/work/rpg-maestro/rpg-maestro/apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts:27:99
at /home/runner/work/rpg-maestro/rpg-maestro/apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts:24:3
|
[chromium] › onboarding.spec.ts:11:5 › a new User can become a Maestro and have his own session:
apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts#L27
1) [chromium] › onboarding.spec.ts:11:5 › a new User can become a Maestro and have his own session › get redirected to session setup page after IDP auth
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Share this link to your Players so they can join your session')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Share this link to your Players so they can join your session')
25 | await page.getByRole('button').click();
26 | await expect(page.getByRole('heading', { name: 'Account created!' })).toBeVisible();
> 27 | await expect(page.getByText('Share this link to your Players so they can join your session')).toBeVisible();
| ^
28 | await page.getByRole('link', { name: 'Enter your Maestro Session' }).click();
29 | await expect(page.getByRole('heading', { name: 'Maestro UI' })).toBeVisible();
30 | });
at /home/runner/work/rpg-maestro/rpg-maestro/apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts:27:99
at /home/runner/work/rpg-maestro/rpg-maestro/apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts:24:3
|
[chromium] › onboarding.spec.ts:11:5 › a new User can become a Maestro and have his own session:
apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts#L27
1) [chromium] › onboarding.spec.ts:11:5 › a new User can become a Maestro and have his own session › get redirected to session setup page after IDP auth
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Share this link to your Players so they can join your session')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Share this link to your Players so they can join your session')
25 | await page.getByRole('button').click();
26 | await expect(page.getByRole('heading', { name: 'Account created!' })).toBeVisible();
> 27 | await expect(page.getByText('Share this link to your Players so they can join your session')).toBeVisible();
| ^
28 | await page.getByRole('link', { name: 'Enter your Maestro Session' }).click();
29 | await expect(page.getByRole('heading', { name: 'Maestro UI' })).toBeVisible();
30 | });
at /home/runner/work/rpg-maestro/rpg-maestro/apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts:27:99
at /home/runner/work/rpg-maestro/rpg-maestro/apps/rpg-maestro-ui-e2e/src/onboarding.spec.ts:24:3
|
🎭 Playwright Run Summary
1 failed
[chromium] › onboarding.spec.ts:11:5 › a new User can become a Maestro and have his own session
2 passed (1.1m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
Expired
|
10.7 MB |
sha256:87daa275fad7d70a2cfef740c3c079420abd8110f20974e9a9c230aa36fb9461
|
|