move long island further down in the regionlist #6817
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
tests/e2e/Platform/a01.spec.ts#L37
1) [firefox] › e2e/Platform/a01.spec.ts:29:7 › Platform A01 › Shows current conditions ───────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 4
Received: 4
35 |
36 | const cards = await page.locator(".card")
> 37 | await expect(await cards.count()).toBeGreaterThan(4)
| ^
38 | })
39 |
40 | test("Shows air temp plot", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/Platform/a01.spec.ts:37:39
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Playwright tests
1 flaky
[firefox] › e2e/Platform/a01.spec.ts:29:7 › Platform A01 › Shows current conditions ────────────
30 skipped
73 passed (2.3m)
|
Loading