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

Refactoring: fixed SearchTest

parent 9bead627
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class SearchTest extends SeleniumTestBase
pages.get(3).click();
pages = driver.findElements(By.cssSelector(".pagination-position-top .pagination li"));
assertThat(results).hasSize(5);
assertThat(pages).hasSize(5);
// previous button should be enabled
assertThat(pages.get(0).getAttribute("class")).doesNotContain("disabled");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment