Apply suggestion from @silverwind

Signed-off-by: silverwind <me@silverwind.io>
This commit is contained in:
silverwind
2026-02-18 03:03:15 +01:00
parent 4517e8a5dc
commit a7af563050
+1 -1
View File
@@ -16,7 +16,7 @@ export async function login(page: Page) {
}
export async function logout(page: Page) {
await page.context().clearCookies();
await page.context().clearCookies(); // workarkound issues related to fomantic dropdown
await page.goto('/');
await expect(page.getByRole('link', {name: 'Sign In'})).toBeVisible();
}