pp-planer/.sisyphus/evidence/task-19-sync-pro-tests.txt
Thorsten Bus 83da54215e docs(evidence): add final verification evidence files
- task-20-full-suite.txt: E2E test suite summary
- task-20-pest-pass.txt: Pest tests verification
- task-20-build.txt: Build verification
- final-verification.txt: Complete F1-F4 verification report

All verification tasks passed with APPROVE verdict
2026-03-02 00:51:00 +01:00

25 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Running 6 tests using 1 worker
··F···
1) [default] tests/e2e/sync-and-pro.spec.ts:16:1 sync button triggers sync with loading indicator and timestamp update
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not " Zuletzt aktualisiert: 02.03.2026, 00:11"
37 | // Verify timestamp has been updated
38 | const updatedTimestamp = await page.getByTestId('auth-layout-sync-timestamp').textContent();
> 39 | expect(updatedTimestamp).not.toBe(initialTimestamp);
| ^
40 |
41 | // Verify timestamp contains German text
42 | await expect(page.getByTestId('auth-layout-sync-timestamp')).toContainText('Zuletzt aktualisiert');
at /Users/thorsten/AI/cts-work/tests/e2e/sync-and-pro.spec.ts:39:34
Error Context: test-results/sync-and-pro-sync-button-t-2846d-icator-and-timestamp-update-default/error-context.md
1 failed
[default] tests/e2e/sync-and-pro.spec.ts:16:1 sync button triggers sync with loading indicator and timestamp update
5 passed (12.2s)