mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 14:04:09 -05:00
test: update e2e web spec to select next button
This commit is contained in:
parent
e93652a4a5
commit
5bca8808a1
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user