mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fix for tests (#2413)
This commit is contained in:
parent
b091c27d57
commit
046085eb1a
@ -399,7 +399,7 @@ class PermissionsCest
|
|||||||
public function testEditQuoteOnly(FunctionalTester $I)
|
public function testEditQuoteOnly(FunctionalTester $I)
|
||||||
{
|
{
|
||||||
$I->amOnPage('/quotes/1/edit');
|
$I->amOnPage('/quotes/1/edit');
|
||||||
$I->seeResponseCodeIs(403);
|
$I->seeResponseCodeIs(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testViewQuoteOnly(FunctionalTester $I)
|
public function testViewQuoteOnly(FunctionalTester $I)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user