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

#672: fixed selenium tests

parent 4ca4b83c
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ class ChartTest extends SeleniumTestBase ...@@ -175,7 +175,7 @@ class ChartTest extends SeleniumTestBase
assertThat(displayedChartPreviews) assertThat(displayedChartPreviews)
.hasSize(3); .hasSize(3);
assertThat(displayedChartPreviews.get(0).findElement(By.cssSelector(".card-action span")).getText()) assertThat(displayedChartPreviews.get(0).findElement(By.cssSelector(".card-action span")).getText())
.isEqualTo("Average incomes/expenditures"); .isEqualTo("Average monthly incomes/expenditures");
// filter // filter
assertThat(driver.findElement(By.id("filterActiveBadge")).isDisplayed()).isFalse(); assertThat(driver.findElement(By.id("filterActiveBadge")).isDisplayed()).isFalse();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment