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)