Skip to content

Commit

Permalink
Ensure test doesn't hit Cloudflare cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Inwerpsel authored Feb 24, 2022
1 parent b5ad0fa commit 26c46ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NewsPageCept.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 26c46ac

Please sign in to comment.