chore: Add note that releases should be pushed to main #306
Annotations
1 error, 2 warnings, and 1 notice
[webkit] › ajax1/index.spec.ts:10:7 › TTVC › a mutation triggered after an AJAX request:
test/e2e/ajax1/index.spec.ts#L18
1) [webkit] › ajax1/index.spec.ts:10:7 › TTVC › a mutation triggered after an AJAX request ───────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
16 | const {entries} = await getEntriesAndErrors(page);
17 |
> 18 | expect(entries.length).toBe(1);
| ^
19 | expect(entries[0].duration).toBeGreaterThanOrEqual(PAGELOAD_DELAY + AJAX_DELAY);
20 | expect(entries[0].duration).toBeLessThanOrEqual(PAGELOAD_DELAY + AJAX_DELAY + FUDGE);
21 | });
at /home/runner/work/ttvc/ttvc/test/e2e/ajax1/index.spec.ts:18:28
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
1 flaky
[webkit] › ajax1/index.spec.ts:10:7 › TTVC › a mutation triggered after an AJAX request ────────
17 skipped
332 passed (10.7m)
|