Temporarily disables forgot password test (#2168)

This commit is contained in:
Omar López
2022-03-16 09:40:56 -07:00
committed by GitHub
parent e94594d0b1
commit 18c21d9b97

View File

@@ -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: {