
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: [2mexpect([22m[31mreceived[39m[2m).[22mnot[2m.[22mtoBe[2m([22m[32mexpected[39m[2m) // Object.is equality[22m

    Expected: not [32m" Zuletzt aktualisiert: 02.03.2026, 00:11"[39m

      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)
