feat: add authentication and onboarding #72
Annotations
4 errors, 1 warning, 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 5000ms 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 5000ms
- 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 5000ms 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 5000ms
- 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 5000ms 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 5000ms
- 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
|
main
No files were found with the provided path: ./dist/.playwright/apps/rpg-maestro-ui-e2e/playwright-report/. No artifacts will be uploaded.
|
🎭 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 (55.4s)
|