diff --git a/apps/web/__e2e__/sync.test.ts b/apps/web/__e2e__/sync.test.ts index c74dfeb6c..4f9521195 100644 --- a/apps/web/__e2e__/sync.test.ts +++ b/apps/web/__e2e__/sync.test.ts @@ -39,7 +39,7 @@ async function actAndSync( ) { const results = await Promise.all([ ...actions.filter((a) => !!a), - ...devices.map((d) => d.waitForSync("synced", "now")) + ...devices.map((d) => d.waitForSync("completed")) ]); await Promise.all(devices.map((d) => d.page.waitForTimeout(2000)));