fix for tests (#2413)

This commit is contained in:
David Bomba 2018-10-05 17:55:12 +10:00 committed by GitHub
parent b091c27d57
commit 046085eb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)