From 61dabab72644c6af88ddb2a01a438bd698c6878d Mon Sep 17 00:00:00 2001 From: Miguel Langarano Date: Thu, 14 Sep 2023 17:07:11 -0500 Subject: [PATCH] fix for comply with ci runner properties avoid --- e2e/utils/utils.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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[] = [