mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
test: e2e coverage for backup and security pages
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user