From 6bf6911ea520807e6dc1d331355cac02f188d8d3 Mon Sep 17 00:00:00 2001 From: Alexandra Borovova Date: Mon, 11 Mar 2024 13:27:55 +0100 Subject: [PATCH 1/2] test: do not check for secure field in test for delete cookies --- test/src/cookies.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/cookies.spec.ts b/test/src/cookies.spec.ts index 1fa4a9407c8e1..59e11eb1613fd 100644 --- a/test/src/cookies.spec.ts +++ b/test/src/cookies.spec.ts @@ -618,7 +618,6 @@ describe('Cookie specs', () => { expires: -1, size: 51, httpOnly: false, - secure: true, session: true, sourceScheme: 'Secure', }, From ab911b5309f6fb3e3b952607fcb6f54aee048887 Mon Sep 17 00:00:00 2001 From: Alexandra Borovova Date: Thu, 25 Apr 2024 14:12:12 +0200 Subject: [PATCH 2/2] chore: update test expectations --- test/TestExpectations.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 7dc29e6e89f96..ba7ddc5bd0d5f 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -1247,13 +1247,6 @@ "expectations": ["FAIL"], "comment": "Not supported with cdp" }, - { - "testIdPattern": "[cookies.spec] Cookie specs Page.deleteCookie should not delete cookie for different domain", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["firefox", "webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "Firefox default partition key is inconsistent: #12004" - }, { "testIdPattern": "[cookies.spec] Cookie specs Page.deleteCookie should not delete cookie for different domain", "platforms": ["darwin", "linux", "win32"],