chore(frontend): Movie picker cosmetics #331
Annotations
1 error, 2 warnings, and 4 notices
[chromium] › install.spec.ts:4:5 › Setup Project @install:
e2e/install.spec.ts#L5
1) [chromium] › install.spec.ts:4:5 › Setup Project @install ─────────────────────────────────────
Error: page.goto: net::ERR_EMPTY_RESPONSE at http://localhost:9090/
Call log:
- navigating to "http://localhost:9090/", waiting until "load"
3 |
4 | test('Setup Project @install', async ({ page }) => {
> 5 | await page.goto('/')
| ^
6 |
7 | const welcomeText = await page.locator('h1', { hasText: 'Welcome to PI-RAT Installer' })
8 | await expect(welcomeText).toBeVisible()
at /home/runner/work/pi-rat/pi-rat/e2e/install.spec.ts:5:14
|
Lint, Build and test (21.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint, Build and test (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
🎭 Playwright Run Summary
1 skipped
7 passed (24.2s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › install.spec.ts:4:5 › Setup Project @install ──────────────────────────────────────
|
🎭 Playwright Run Summary
1 skipped
7 passed (24.7s)
|
🎭 Playwright Run Summary
1 passed (3.7s)
|