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

no-jira: fix associate item Selenium Test

parent fa5d2132
No related branches found
No related tags found
No related merge requests found
...@@ -374,9 +374,7 @@ public class QTI21Page { ...@@ -374,9 +374,7 @@ public class QTI21Page {
public QTI21Page moveToAssociateItems() { public QTI21Page moveToAssociateItems() {
By associateItemsBy = By.xpath("//div[@class='association'][3]"); By associateItemsBy = By.xpath("//div[@class='association'][3]");
OOGraphene.waitElement(associateItemsBy, browser); OOGraphene.waitElement(associateItemsBy, browser);
if(browser instanceof FirefoxDriver) { OOGraphene.scrollTo(associateItemsBy, browser);
OOGraphene.scrollTo(associateItemsBy, browser);
}
return this; 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