Temporarily disables forgot password test (#2168)
parent
e94594d0b1
commit
18c21d9b97
|
@ -1,6 +1,7 @@
|
||||||
import { expect, test } from "@playwright/test";
|
import { expect, test } from "@playwright/test";
|
||||||
|
|
||||||
test("Can reset forgotten password", async ({ browser }) => {
|
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
|
// Create a new incognito browser context
|
||||||
const context = await browser.newContext({
|
const context = await browser.newContext({
|
||||||
extraHTTPHeaders: {
|
extraHTTPHeaders: {
|
||||||
|
|
Loading…
Reference in New Issue