From 44b39ceba981a806e9c1740e724193c5af20da0e Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov Date: Tue, 6 Dec 2022 15:49:49 +0100 Subject: [PATCH] feat(chromium): fixes --- test/TestExpectations.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 6b80ec694cfc8..b4c4b60b9cc25 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2039,6 +2039,18 @@ "parameters": ["chrome"], "expectations": ["PASS", "FAIL"] }, + { + "testIdPattern": "[navigation.spec] navigation Page.goto should fail when navigating to bad SSL", + "platforms": ["darwin"], + "parameters": ["chrome", "headful"], + "expectations": ["FAIL"] + }, + { + "testIdPattern": "[navigation.spec] navigation Page.goto should fail when navigating to bad SSL after redirects", + "platforms": ["darwin"], + "parameters": ["chrome", "headful"], + "expectations": ["FAIL"] + }, { "testIdPattern": "[click.spec] Page.click should click on checkbox input and toggle", "platforms": ["linux"],