Skip to content
Snippets Groups Projects
Commit 41015389 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed selenium test

parent e2b4a27d
No related branches found
No related tags found
2 merge requests!239V2 15 0,!238V2 15 0
Pipeline #7303 failed
...@@ -45,7 +45,6 @@ class FilterTest extends SeleniumTestBase ...@@ -45,7 +45,6 @@ class FilterTest extends SeleniumTestBase
driver.findElement(By.id("section-type")).click(); driver.findElement(By.id("section-type")).click();
final WebElement checkBox = driver.findElement(By.cssSelector("#section-type .text-default")); final WebElement checkBox = driver.findElement(By.cssSelector("#section-type .text-default"));
((JavascriptExecutor) driver).executeScript("arguments[0].scrollIntoView(true);", checkBox);
checkBox.click(); checkBox.click();
driver.findElement(By.id("buttonApplyFilter")).click(); driver.findElement(By.id("buttonApplyFilter")).click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment