diff --git a/tests/functional/CategoryControllerCest.php b/tests/functional/CategoryControllerCest.php index 0b2ea923e1..85db3e03f3 100644 --- a/tests/functional/CategoryControllerCest.php +++ b/tests/functional/CategoryControllerCest.php @@ -80,7 +80,7 @@ class CategoryControllerCest public function show(FunctionalTester $I) { $I->wantTo('show a category'); - $I->amOnPage('/categories/show/3'); + $I->amOnPage('/categories/show/4'); $I->see('Delete me'); }