test: update e2e web spec to select next button

This commit is contained in:
izzy 2025-11-21 17:21:56 +00:00
parent e93652a4a5
commit 5bca8808a1
No known key found for this signature in database
GPG Key ID: 5059F398521BB0F6

View File

@ -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();