Skip to content

Commit

Permalink
work for #4842
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Mar 1, 2024
1 parent f9d8add commit b029d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testCafe/questions/input_mask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ frameworks.forEach((framework) => {
type: "text",
maskType: "pattern",
maskSettings: {
mask: "+99-99"
pattern: "+99-99"
}
}]
});
Expand Down

0 comments on commit b029d89

Please sign in to comment.