From f23646b3526aa87145c17b22e9967ec8f77d82d2 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Sat, 4 May 2024 11:17:53 +0200 Subject: [PATCH] test: update canary expectations (#12386) --- test/CanaryTestExpectations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CanaryTestExpectations.json b/test/CanaryTestExpectations.json index 4df2dc924ba..ded9b17b62b 100644 --- a/test/CanaryTestExpectations.json +++ b/test/CanaryTestExpectations.json @@ -2,14 +2,14 @@ { "testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline", "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "headful"], + "parameters": ["chrome", "headful", "cdp"], "expectations": ["PASS"], "comment": "fixed in canary" }, { "testIdPattern": "[pdf.spec] Page.pdf can print to PDF with outline", "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "headless"], + "parameters": ["chrome", "headless", "cdp"], "expectations": ["PASS"], "comment": "fixed in canary" }