Skip to content

Commit 40f6031

Browse files
authored
remove waiting after the click
* Rename all occurrences to MultiChoiceBox * unparallelize MultiChoiceBox tests * remove waiting after the click
1 parent 4c1aa45 commit 40f6031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/w3schools/forms/SelectMultipleForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void switchToResultFrame() {
3838
}
3939

4040
public void submit() {
41-
btnSubmit.clickAndWait();
41+
btnSubmit.click();
4242
}
4343

4444
public List<String> getValuesFromResult() {

0 commit comments

Comments
 (0)