From d8aa4469fbc570601a11409f03a6057c57980470 Mon Sep 17 00:00:00 2001 From: Miguel Langarano Date: Thu, 14 Sep 2023 17:13:14 -0500 Subject: [PATCH] fix last avoidable properties for cypress 13 --- e2e/utils/utils.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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[] = [