diff --git a/e2e/utils/utils.ts b/e2e/utils/utils.ts index 02d587b..d0fb12b 100644 --- a/e2e/utils/utils.ts +++ b/e2e/utils/utils.ts @@ -458,6 +458,14 @@ export const avoidableApiPropertiesCy13: AvoidableProperty[] = [ mustHave: true, isRegex: true, }, + { + property: "data.meta.platform.osName", + mustHave: true, + }, + { + property: "data.meta.platform.osVersion", + mustHave: true, + }, ]; export const avoidedButNeedePropertiesCy13: AvoidableProperty[] = [