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

no-jira: fix last selenium tests

parent df424bb8
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ public class ImsQTI21Test {
.selectWithTitle(testNodeTitle);
//check that the title of the start page of test is correct
WebElement testH2 = browser.findElement(By.cssSelector("div.o_titled_wrapper.o_course_run h2"));
WebElement testH2 = browser.findElement(By.cssSelector("div.o_course_run h2"));
Assert.assertEquals(testNodeTitle, testH2.getText().trim());
QTI21Page qtiPage = QTI21Page
......
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