Don't fail for viewport ignored keys

This commit is contained in:
Dustin Brett
2024-04-21 11:08:12 -07:00
parent 576fc579d8
commit 9294fe3be7

View File

@@ -40,7 +40,8 @@ export const EXCLUDED_CONSOLE_LOGS = (browserName: string): string[] => {
if (browserName === "webkit") {
excludedConsoleLogs.push(
// sandbox=allow-presentation is not supported in webkit
"Error while parsing the 'sandbox' attribute: 'allow-presentation' is an invalid sandbox flag."
"Error while parsing the 'sandbox' attribute: 'allow-presentation' is an invalid sandbox flag.",
'Viewport argument key "interactive-widget" not recognized and ignored.'
);
} else if (browserName === "firefox") {
excludedConsoleLogs.push(