Temporarily disables forgot password test (#2168)

pull/2169/head^2
Omar López 2022-03-16 09:40:56 -07:00 committed by GitHub
parent e94594d0b1
commit 18c21d9b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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