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

#400 - fixed selenium test

parent 7fffd0d7
Branches
Tags
No related merge requests found
Pipeline #6670 passed
...@@ -70,7 +70,7 @@ class DeleteDatabaseTest extends SeleniumTestBase ...@@ -70,7 +70,7 @@ class DeleteDatabaseTest extends SeleniumTestBase
assertThat(transactionDateGroups).hasSize(1); assertThat(transactionDateGroups).hasSize(1);
final WebElement dateGroup = transactionDateGroups.get(0); final WebElement dateGroup = transactionDateGroups.get(0);
assertThat(dateGroup.findElement(By.className("transaction-date"))).hasFieldOrPropertyWithValue("text", "01.03."); assertThat(dateGroup.findElement(By.className("transaction-date"))).hasFieldOrPropertyWithValue("text", "01. MARCH 2022");
final List<WebElement> transactionsInGroup = driver.findElements(By.cssSelector(".transaction-container .hide-on-med-and-down.transaction-row-top")); final List<WebElement> transactionsInGroup = driver.findElements(By.cssSelector(".transaction-container .hide-on-med-and-down.transaction-row-top"));
assertThat(transactionsInGroup).hasSize(1); assertThat(transactionsInGroup).hasSize(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment