Skip to content
Snippets Groups Projects
Commit fd40bb9a authored by srosse's avatar srosse
Browse files

OO-1228: wait busy flag on checkbox with listener attached

parent f8a0416c
No related branches found
No related tags found
No related merge requests found
......@@ -85,11 +85,9 @@ public class CourseWizardPage {
Assert.assertFalse(checkAll.isEmpty());
for(WebElement check:checkAll) {
check.click();
OOGraphene.waitBusy();
}
return this;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment