diff --git a/test/versions/e2e.spec.ts b/test/versions/e2e.spec.ts index e02a63303..03f56fd57 100644 --- a/test/versions/e2e.spec.ts +++ b/test/versions/e2e.spec.ts @@ -981,6 +981,8 @@ describe('Versions', () => { // Fill with invalid data again, then reload and accept the warning, should contain previous data await titleField.fill('') + await waitForAutoSaveToRunAndComplete(page, 'error') + await page.reload() await expect(titleField).toBeEnabled()