From 5857b250797e292190343bae0709d8b36f44948c Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 12 Feb 2021 11:58:56 -0700 Subject: [PATCH] chore: add todo regarding storage and cookies e2e --- test/goHome.test.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/goHome.test.ts b/test/goHome.test.ts index f688df05..86431c56 100644 --- a/test/goHome.test.ts +++ b/test/goHome.test.ts @@ -42,6 +42,12 @@ describe("go home", () => { // this will return the cookies with no changes // otherwise if it doesn't exist, it will create it // hence the name maybeUpdatedCookies + // + // TODO(@jsjoeio) + // The playwright storage thing sometimes works and sometimes doesn't. We should investigate this further + // at some point. + // See discussion: https://github.com/cdr/code-server/pull/2648#discussion_r575434946 + const maybeUpdatedCookies = createCookieIfDoesntExist(cookies, cookieToStore) context = await browser.newContext({