mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 21:19:40 +00:00
fix
This commit is contained in:
@@ -12,12 +12,4 @@ test.describe('Control Panel', () => {
|
||||
await page.locator('#sign_in').click();
|
||||
await page.waitForURL((url) => !url.href.endsWith('/login.html'));
|
||||
});
|
||||
|
||||
test('should sign out successfully', async ({ page }) => {
|
||||
await page.locator('#sign_out').click();
|
||||
|
||||
await page.waitForURL((url) => url.href.endsWith('/login.html'));
|
||||
|
||||
await expect(page.locator('#sign_in')).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user