diff --git a/e2e/src/web/specs/maintenance.e2e-spec.ts b/e2e/src/web/specs/maintenance.e2e-spec.ts index 361b85d558..6a3f56a75a 100644 --- a/e2e/src/web/specs/maintenance.e2e-spec.ts +++ b/e2e/src/web/specs/maintenance.e2e-spec.ts @@ -99,6 +99,7 @@ test.describe('Maintenance', () => { await page.waitForURL('/maintenance**'); } + await page.getByRole('button', { name: 'Next' }).click(); await page.getByRole('button', { name: 'Restore', exact: true }).click(); await page.locator('#bits-c2').getByRole('button', { name: 'Restore' }).click();