Skip to content

Commit

Permalink
fix last avoidable properties for cypress 13
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Sep 14, 2023
1 parent 61dabab commit d8aa446
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions e2e/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
Expand Down

0 comments on commit d8aa446

Please sign in to comment.