Temporarily disables forgot password test (#2168)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
|
||||
test("Can reset forgotten password", async ({ browser }) => {
|
||||
test.fixme(true, "TODO: This test is failing randomly, disabled for now");
|
||||
// Create a new incognito browser context
|
||||
const context = await browser.newContext({
|
||||
extraHTTPHeaders: {
|
||||
|
||||
Reference in New Issue
Block a user