feat: remember last results view in localStorage #2275
Annotations
3 errors, 2 warnings, and 1 notice
|
test
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/results-view.spec.ts:86:2 βΊ Results view βΊ Tab switching between Summary and Responses updates the URL:
playwright/e2e/results-view.spec.ts#L91
1) [chromium] βΊ playwright/e2e/results-view.spec.ts:86:2 βΊ Results view βΊ Tab switching between Summary and Responses updates the URL
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/results$/
Received string: "http://localhost:8089/index.php/apps/forms/D4Jjf9YJiAD7R78i/results?summary"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
14 Γ unexpected value "http://localhost:8089/index.php/apps/forms/D4Jjf9YJiAD7R78i/results?summary"
89 | // Start on Summary
90 | await expect(resultsView.summaryTab).toBeChecked()
> 91 | await expect(resultsView.page).toHaveURL(/\/results$/)
| ^
92 |
93 | // Switch to Responses
94 | await resultsView.switchToResponses()
at /home/runner/work/forms/forms/playwright/e2e/results-view.spec.ts:91:34
|
|
[chromium] βΊ playwright/e2e/results-view.spec.ts:86:2 βΊ Results view βΊ Tab switching between Summary and Responses updates the URL:
playwright/e2e/results-view.spec.ts#L91
1) [chromium] βΊ playwright/e2e/results-view.spec.ts:86:2 βΊ Results view βΊ Tab switching between Summary and Responses updates the URL
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/results$/
Received string: "http://localhost:8089/index.php/apps/forms/n97pt4ojq4x5MXkK/results?summary"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
14 Γ unexpected value "http://localhost:8089/index.php/apps/forms/n97pt4ojq4x5MXkK/results?summary"
89 | // Start on Summary
90 | await expect(resultsView.summaryTab).toBeChecked()
> 91 | await expect(resultsView.page).toHaveURL(/\/results$/)
| ^
92 |
93 | // Switch to Responses
94 | await resultsView.switchToResponses()
at /home/runner/work/forms/forms/playwright/e2e/results-view.spec.ts:91:34
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/results-view.spec.ts:86:2 βΊ Results view βΊ Tab switching between Summary and Responses updates the URL
50 passed (6.1m)
|