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

no-jira: fix selenium tests

parent d15fb7ee
No related branches found
No related tags found
No related merge requests found
......@@ -190,8 +190,6 @@ public class CoursePageFragment {
browser.findElement(editCourseBy).click();
OOGraphene.waitBusy(browser);
OOGraphene.closeBlueMessageWindow(browser);
By dropdownModifyNodeBy = By.cssSelector("a.o_sel_course_editor_change_node");
OOGraphene.waitElement(dropdownModifyNodeBy, 5, browser);
return new CourseEditorPageFragment(browser);
}
......
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