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

no-jira: wait slowly the end of the assessment mode in selenium test

parent 83006d7c
No related branches found
No related tags found
No related merge requests found
......@@ -598,8 +598,8 @@ public class AssessmentTest extends Deployments {
.confirmStop();
By continueBy = By.className("o_sel_assessment_continue");
OOGraphene.waitElement(continueBy, 10, ryomouBrowser);
OOGraphene.waitElement(continueBy, 10, kanuBrowser);
OOGraphene.waitElementSlowly(continueBy, 20, ryomouBrowser);
OOGraphene.waitElementSlowly(continueBy, 20, kanuBrowser);
kanuAssessment.backToOpenOLAT();
ryomouAssessment.backToOpenOLAT();
......
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