Skip to content

Commit

Permalink
Simplify the check.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Aug 16, 2023
1 parent 39fdc29 commit 2a816e0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ public function testFullTopPagination(): void
$page = $session->getPage();

// No paginator unless configured:
$this->unFindCss($page, '.search-header .pagination');
$this->unFindCss($page, '.search-header .pagination-simple');
$this->unFindCss($page, '.pagination-top');

// Enable pagination:
$this->changeConfigs(
Expand Down

0 comments on commit 2a816e0

Please sign in to comment.