diff --git a/tests/NewsPageCept.php b/tests/NewsPageCept.php index df5a603..c4361a7 100755 --- a/tests/NewsPageCept.php +++ b/tests/NewsPageCept.php @@ -2,7 +2,7 @@ $I = new AcceptanceTester($scenario); $I->amGoingTo('check news pagination works'); -$I->amOnPage('/nieuws'); +$I->amOnPage('/nieuws?nocache'); $I->scrollTo(['css' => '.pagination li.page-item:nth-child(4) > a'], 20, 50); $I->wait(1); $I->click('.pagination li.page-item:nth-child(4) > a');