Skip to content

Commit

Permalink
Update AdministratorCategoriesCest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijSharma2014 committed Oct 30, 2015
1 parent 204da25 commit 28d96c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function administratorUnpublishCategory(AcceptanceTester $I)
$I->expectTo('See a success message after unpublishing the category');
$I->see('1 category successfully unpublished', ['id' => 'system-message-container']);
}
public function administratorArchiveCategory(AcceptanceTester $I)
public function administratorArchiveCategory(\Step\Acceptance\category $I)
{
$I->am('Administrator');
$I->wantToTest('Archiving Category in /administrator/');
Expand Down

0 comments on commit 28d96c3

Please sign in to comment.