Skip to content

Commit 5857b25

Browse files
committed
chore: add todo regarding storage and cookies e2e
1 parent 3fa460c commit 5857b25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/goHome.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ describe("go home", () => {
4242
// this will return the cookies with no changes
4343
// otherwise if it doesn't exist, it will create it
4444
// hence the name maybeUpdatedCookies
45+
//
46+
// TODO(@jsjoeio)
47+
// The playwright storage thing sometimes works and sometimes doesn't. We should investigate this further
48+
// at some point.
49+
// See discussion: https://github.com/cdr/code-server/pull/2648#discussion_r575434946
50+
4551
const maybeUpdatedCookies = createCookieIfDoesntExist(cookies, cookieToStore)
4652

4753
context = await browser.newContext({

0 commit comments

Comments
 (0)