Skip to content

fix: add back service worker integrity check #1102

fix: add back service worker integrity check

fix: add back service worker integrity check #1102

Triggered via push January 25, 2024 17:31
Status Success
Total duration 18m 9s
Artifacts 2

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 1 warning, and 1 notice
[firefox] › test_database.spec.mjs:201:1 › Test database consistency: tests/test_database.spec.mjs#L213
1) [firefox] › test_database.spec.mjs:201:1 › Test database consistency ────────────────────────── TimeoutError: locator.waitFor: Timeout 5000ms exceeded. =========================== logs =========================== waiting for locator('h3').locator('text=Retrieving Sheet') to be detached ============================================================ at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_database.spec.mjs:213:53
[firefox] › test_file_save_open.spec.mjs:163:1 › Test opening file with results and syntax error: tests/test_file_save_open.spec.mjs#L174
2) [firefox] › test_file_save_open.spec.mjs:163:1 › Test opening file with results and syntax error Error: elementHandle.setInputFiles: Target closed 172 | const path = "tests/test_sheet_with_results.epxyz"; 173 | page.on('filechooser', async (fileChooser) => { > 174 | await fileChooser.setFiles(path); | ^ 175 | }); 176 | await page.locator('#open-sheet').click(); 177 | at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:174:5)
[firefox] › test_file_save_open.spec.mjs:225:1 › Test file results displayed during recalc but not if sheet edited: tests/test_file_save_open.spec.mjs#L1
3) [firefox] › test_file_save_open.spec.mjs:225:1 › Test file results displayed during recalc but not if sheet edited Test timeout of 240000ms exceeded.
[firefox] › test_file_save_open.spec.mjs:225:1 › Test file results displayed during recalc but not if sheet edited: tests/test_file_save_open.spec.mjs#L260
3) [firefox] › test_file_save_open.spec.mjs:225:1 › Test file results displayed during recalc but not if sheet edited Error: page.waitForSelector: Target closed =========================== logs =========================== waiting for locator('.status-footer') to be detached locator resolved to visible <div class="status-footer svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promise svelte-1al6bzv">…</div> locator resolved to visible <div class="status-footer promis
[firefox] › test_file_save_open.spec.mjs:225:1 › Test file results displayed during recalc but not if sheet edited: tests/test_file_save_open.spec.mjs#L1
3) [firefox] › test_file_save_open.spec.mjs:225:1 › Test file results displayed during recalc but not if sheet edited Pending operations: - page.waitForSelector at tests/test_file_save_open.spec.mjs:260:14
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
3 flaky [firefox] › test_database.spec.mjs:201:1 › Test database consistency ─────────────────────────── [firefox] › test_file_save_open.spec.mjs:163:1 › Test opening file with results and syntax error [firefox] › test_file_save_open.spec.mjs:225:1 › Test file results displayed during recalc but not if sheet edited 7 skipped 490 passed (15.3m)

Artifacts

Produced during runtime
Name Size
screenshots Expired
16.1 MB
test-results Expired
29 MB