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

no-jira: fix 2 selenium tests

parent dbf1b510
No related branches found
No related tags found
No related merge requests found
......@@ -99,9 +99,6 @@ public class PFParticipantController extends BasicController {
case displayReturn:
path = translate("return.box");
break;
default:
path = translate("drop.box");
break;
}
initFolderController(ureq, path);
......
......@@ -453,7 +453,7 @@ public class ImsQTI21EditorTest extends Deployments {
.assertFeedback("Incorrect")
.assertFeedback("Attempts")
.answerSingleChoiceWithParagraph("Correct")
.saveAnswer()
.saveAnswerMoveAndScrollTop()
.assertNoFeedback()
.endTest();
}
......
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