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

no-jira: fix like in selenium tests

parent 87c99ddb
No related branches found
No related tags found
No related merge requests found
......@@ -644,7 +644,7 @@ public class CourseTest extends Deployments {
navBar.openCourse(courseTitle);
String calendarNodeTitle = "iCal-1";
String calendarNodeTitle = "iCalNode-1";
//create a course element of type calendar
CourseEditorPageFragment courseEditor = CoursePageFragment.getCourse(browser)
.edit();
......@@ -759,7 +759,7 @@ public class CourseTest extends Deployments {
settings
.clickToolbarBack();
String calendarNodeTitle = "iCal-2";
String calendarNodeTitle = "iCalNode-2";
//create a course element of type calendar
CourseEditorPageFragment courseEditor = CoursePageFragment.getCourse(browser)
.edit();
......
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