diff --git a/e2e/utils/utils.ts b/e2e/utils/utils.ts index 80edabf..02d587b 100644 --- a/e2e/utils/utils.ts +++ b/e2e/utils/utils.ts @@ -309,6 +309,14 @@ export const avoidablePropertiesCy13: AvoidableProperty[] = [ property: "config.supportFolder", mustHave: true, }, + { + property: "config.videosFolder", + mustHave: true, + }, + { + property: "config.projectRoot", + mustHave: true, + }, { property: /config\.resolved\.browsers\.value\[\d+\]\.minSupportedVersion/, @@ -340,6 +348,11 @@ export const avoidablePropertiesCy13: AvoidableProperty[] = [ mustHave: true, isRegex: true, }, + { + property: /config\.resolved\.browsers\.value\[\d+\]\.path/, + mustHave: true, + isRegex: true, + }, ]; export const avoidableApiPropertiesCy13: AvoidableProperty[] = [ @@ -435,6 +448,16 @@ export const avoidableApiPropertiesCy13: AvoidableProperty[] = [ property: "screenshotURL", mustHave: true, }, + { + property: /data\.groups\[\d+\]\.platform\.osName/, + mustHave: true, + isRegex: true, + }, + { + property: /data\.groups\[\d+\]\.platform\.osVersion/, + mustHave: true, + isRegex: true, + }, ]; export const avoidedButNeedePropertiesCy13: AvoidableProperty[] = [