chore(backstage): Adding support for backstage #3
Annotations
10 errors, 3 warnings, and 1 notice
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L1
1) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › next.js › able to use login and sign up
Timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L18
1) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › next.js › able to use login and sign up
Pending operations:
- page.click at tests/playwright/protect-page-login.spec.ts:18:20
page.click: Target closed
=========================== logs ===========================
waiting for selector "[data-testid="cta-link"]"
============================================================
16 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/login.*/);
17 |
> 18 | await page.click('[data-testid="cta-link"]');
| ^
19 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/registration.*/)
20 |
21 | const email = randomEmail()
at /home/runner/work/ory-docs/ory-docs/tests/playwright/protect-page-login.spec.ts:18:20
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L1
1) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › next.js › able to use login and sign up
Retry #1 ---------------------------------------------------------------------------------------
Timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L18
1) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › next.js › able to use login and sign up
Retry #1 ---------------------------------------------------------------------------------------
Pending operations:
- page.click at tests/playwright/protect-page-login.spec.ts:18:20
page.click: Target closed
=========================== logs ===========================
waiting for selector "[data-testid="cta-link"]"
============================================================
16 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/login.*/);
17 |
> 18 | await page.click('[data-testid="cta-link"]');
| ^
19 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/registration.*/)
20 |
21 | const email = randomEmail()
at /home/runner/work/ory-docs/ory-docs/tests/playwright/protect-page-login.spec.ts:18:20
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L1
1) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › next.js › able to use login and sign up
Retry #2 ---------------------------------------------------------------------------------------
Timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L18
1) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › next.js › able to use login and sign up
Retry #2 ---------------------------------------------------------------------------------------
Pending operations:
- page.click at tests/playwright/protect-page-login.spec.ts:18:20
page.click: Target closed
=========================== logs ===========================
waiting for selector "[data-testid="cta-link"]"
============================================================
16 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/login.*/);
17 |
> 18 | await page.click('[data-testid="cta-link"]');
| ^
19 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/registration.*/)
20 |
21 | const email = randomEmail()
at /home/runner/work/ory-docs/ory-docs/tests/playwright/protect-page-login.spec.ts:18:20
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L1
2) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › express.js › able to use login and sign up
Timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L18
2) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › express.js › able to use login and sign up
Pending operations:
- page.click at tests/playwright/protect-page-login.spec.ts:18:20
page.click: Target closed
=========================== logs ===========================
waiting for selector "[data-testid="cta-link"]"
============================================================
16 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/login.*/);
17 |
> 18 | await page.click('[data-testid="cta-link"]');
| ^
19 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/registration.*/)
20 |
21 | const email = randomEmail()
at /home/runner/work/ory-docs/ory-docs/tests/playwright/protect-page-login.spec.ts:18:20
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L1
2) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › express.js › able to use login and sign up
Retry #1 ---------------------------------------------------------------------------------------
Timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/playwright/protect-page-login.spec.ts#L18
2) [chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › express.js › able to use login and sign up
Retry #1 ---------------------------------------------------------------------------------------
Pending operations:
- page.click at tests/playwright/protect-page-login.spec.ts:18:20
page.click: Target closed
=========================== logs ===========================
waiting for selector "[data-testid="cta-link"]"
============================================================
16 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/login.*/);
17 |
> 18 | await page.click('[data-testid="cta-link"]');
| ^
19 | await expect(page).toHaveURL(/.*\/\.ory\/ui\/registration.*/)
20 |
21 | const email = randomEmail()
at /home/runner/work/ory-docs/ory-docs/tests/playwright/protect-page-login.spec.ts:18:20
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/setup-go@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/setup-go@v2, 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/
|
Run Playwright tests:
[chromium] › protect-page-login.spec.ts#L1
[chromium] › protect-page-login.spec.ts took 8m
|
Run Playwright tests
5 failed
[chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › next.js › able to use login and sign up
[chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › express.js › able to use login and sign up
[chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › go › able to use login and sign up
[chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › php › able to use login and sign up
[chromium] › protect-page-login.spec.ts:13:7 › protect-page-login › flutter_web_redirect › able to use login and sign up
|
Loading