fix for tests (#2413)
This commit is contained in:
parent
b091c27d57
commit
046085eb1a
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ class PermissionsCest
|
|||
public function testEditQuoteOnly(FunctionalTester $I)
|
||||
{
|
||||
$I->amOnPage('/quotes/1/edit');
|
||||
$I->seeResponseCodeIs(403);
|
||||
$I->seeResponseCodeIs(200);
|
||||
}
|
||||
|
||||
public function testViewQuoteOnly(FunctionalTester $I)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue