mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
style(e2e): fix prettier formatting in supersync spec
This commit is contained in:
parent
c558bcab5e
commit
23c729bd9c
1 changed files with 3 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue