Skip to content

Commit

Permalink
Make a functional test better (add checks) #7748
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jan 29, 2024
1 parent 68e2f20 commit 683e8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testCafe/questions/radiogroup.js
Expand Up @@ -513,6 +513,8 @@ frameworks.forEach(framework => {
await setCommentValue();

await t.click("input[value=item2]")
.click(Selector("textarea"))
.pressKey("end D E F")
.click("input[value=Complete]");

const surveyResult = await getSurveyResult();
Expand Down

0 comments on commit 683e8f0

Please sign in to comment.