From 069606e0753cd60ee2dd5b66f9dab088a8a2ec2f Mon Sep 17 00:00:00 2001 From: Alexandra Borovova Date: Fri, 26 Apr 2024 16:10:59 +0200 Subject: [PATCH] test: do not check for secure field in test for delete cookies (#12074) --- test/TestExpectations.json | 7 ------- test/src/cookies.spec.ts | 1 - 2 files changed, 8 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"], 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', },