test: e2e coverage for backup and security pages

This commit is contained in:
2026-08-19 23:55:59 +02:00
parent 1920a00cd6
commit 2ab4ab194e
2 changed files with 105 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ test.describe('Navigation', () => {
await expect(page).toHaveURL(/#\/settings$/);
await expect(page.getByText('Settings', { exact: true })).toBeVisible();
await page.getByRole('button', { name: 'Back' }).click();
await page.getByRole('button', { name: 'Back', exact: true }).click();
await expect(page).toHaveURL(/#\/$/);
await expect(page.getByText('Welcome to sattle')).toBeVisible();
});