Skip to content

Commit

Permalink
#5534 fixed lint error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Jan 24, 2023
1 parent a0ee1a7 commit 49292ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testCafe/questions/boolean.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ frameworks.forEach((framework) => {
.click(Selector(".sv-string-viewer").withText("No"))
.expect(Selector("input[type=radio]").nth(0).checked).ok()
.expect(Selector("input[type=radio]").nth(1).checked).notOk()
.expect(checkQuestionValue("No")).ok()
.expect(checkQuestionValue("No")).ok();
});

});

0 comments on commit 49292ba

Please sign in to comment.