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

fixed selenium tests

parent 007ef186
No related branches found
No related tags found
No related merge requests found
Pipeline #6661 passed
......@@ -48,7 +48,7 @@ class NewTransactionFromExistingOneTest extends SeleniumTestBase
TransactionTestHelper.gotoSpecificYearAndMonth(driver, 2021, "October");
List<WebElement> transactionsRows = driver.findElements(By.cssSelector(".transaction-container .hide-on-med-and-down.transaction-row-top"));
List<WebElement> columns = transactionsRows.get(0).findElements(By.className("col"));
List<WebElement> columns = transactionsRows.get(1).findElements(By.className("col"));
columns.get(4).findElement(By.className("button-new-from-existing")).click();
WebDriverWait wait = new WebDriverWait(driver, Duration.ofSeconds(5));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment