We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa460c commit 5857b25Copy full SHA for 5857b25
test/goHome.test.ts
@@ -42,6 +42,12 @@ describe("go home", () => {
42
// this will return the cookies with no changes
43
// otherwise if it doesn't exist, it will create it
44
// 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
+
51
const maybeUpdatedCookies = createCookieIfDoesntExist(cookies, cookieToStore)
52
53
context = await browser.newContext({
0 commit comments