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

no-jira: selenium, close annoying blue box

parent 0635f38e
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,9 @@ public class GroupTaskToCoachPage {
By reviewBy = By.cssSelector("#o_step_review_content .o_sel_course_gta_reviewed");
browser.findElement(reviewBy).click();
OOGraphene.waitBusy(browser);
return confirm();
confirm();
OOGraphene.waitAndCloseBlueMessageWindow(browser);
return this;
}
public GroupTaskToCoachPage needRevision() {
......
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