style(e2e): fix prettier formatting in supersync spec

This commit is contained in:
Johannes Millan 2026-04-14 16:54:08 +02:00
parent c558bcab5e
commit 23c729bd9c

View file

@ -674,7 +674,9 @@ test.describe('@supersync SuperSync E2E', () => {
// Wait for navigation back to work view.
// Use negative lookahead to avoid matching /tag/TODAY/daily-summary prematurely.
await clientB.page.waitForURL(/(tag\/TODAY(?!\/daily-summary))/, { timeout: 10000 });
await clientB.page.waitForURL(/(tag\/TODAY(?!\/daily-summary))/, {
timeout: 10000,
});
await clientB.page.waitForLoadState('networkidle');
console.log('[Archive Test] Client B back on work view after archiving');