mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
4 instead of 3.
This commit is contained in:
parent
7b4703e4ff
commit
073fd5aa0d
@ -80,7 +80,7 @@ class CategoryControllerCest
|
|||||||
public function show(FunctionalTester $I)
|
public function show(FunctionalTester $I)
|
||||||
{
|
{
|
||||||
$I->wantTo('show a category');
|
$I->wantTo('show a category');
|
||||||
$I->amOnPage('/categories/show/3');
|
$I->amOnPage('/categories/show/4');
|
||||||
$I->see('Delete me');
|
$I->see('Delete me');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user