Skip to content

Commit

Permalink
Fixed f-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Apr 30, 2024
1 parent 5da787b commit d86f250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testCafe/questions/matrixdynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ frameworks.forEach((framework) => {
.click(Selector("span").withExactText("Abbrechen"))
.expect(Selector(".sv_matrix_row").count).eql(3)
.click(Selector(".sv_matrix_dynamic_button .sv-string-viewer").nth(1).withText("Entfernen"))
.click(Selector("span").withExactText("OKAY"))
.click(Selector("span").withExactText("OK"))
.expect(Selector(".sv_matrix_row").count).eql(2);
});
});
Expand Down

0 comments on commit d86f250

Please sign in to comment.