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

no-jira: move to the slider before sliding it (selenium)

parent 141b954f
No related branches found
No related tags found
No related merge requests found
......@@ -546,9 +546,7 @@ public class QTI21Page {
public QTI21Page moveToVerticalSlider() {
By interactionBy = By.id("itemBody");
OOGraphene.waitElement(interactionBy, browser);
if(browser instanceof FirefoxDriver) {
OOGraphene.scrollTo(interactionBy, browser);
}
OOGraphene.scrollTo(interactionBy, browser);
return this;
}
......
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