New content and a fix for the bill controller.

This commit is contained in:
James Cole
2014-12-31 08:31:18 +01:00
parent 6d03ddadcc
commit 4c2938c5cd
2 changed files with 17 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ class BillControllerCest
public function rescanInactive(FunctionalTester $I)
{
$I->wantTo('rescan an inactive bill');
$I->amOnPage('/bills/rescan/2');
$I->amOnPage('/bills/rescan/3');
$I->see('Inactive bills cannot be scanned.');
}