Skip to content

Commit

Permalink
Fix lint error #7615
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jan 4, 2024
1 parent f835895 commit d6fd870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testCafe/questions/matrixdropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const json2 = {
"Row 1",
"Row 2"
]
}]
}]
};
frameworks.forEach(framework => {
fixture`${framework} ${title}`.page`${url}${framework}`.beforeEach(
Expand Down

0 comments on commit d6fd870

Please sign in to comment.