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

stabilized integration tests

parent d436b798
Branches
Tags
No related merge requests found
Pipeline #4077 failed
......@@ -123,7 +123,7 @@ public class IntegrationTestHelper
// confirm import
WebDriverWait wait = new WebDriverWait(driver, 5);
wait.until(ExpectedConditions.elementToBeClickable(By.id("buttonImport")));
wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("buttonImport")));
driver.findElement(By.id("buttonImport")).click();
assertEquals(Localization.getString("menu.settings"), IntegrationTestHelper.getTextNode(driver.findElement(By.className("headline"))));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment