mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for tests
This commit is contained in:
parent
3da023c1a6
commit
e96e633c40
@ -55,7 +55,7 @@ class QuoteCest
|
|||||||
$clientSession->does(function(AcceptanceTester $I) use ($invitationKey) {
|
$clientSession->does(function(AcceptanceTester $I) use ($invitationKey) {
|
||||||
$I->amOnPage('/view/' . $invitationKey);
|
$I->amOnPage('/view/' . $invitationKey);
|
||||||
$I->click('Approve');
|
$I->click('Approve');
|
||||||
$I->see('The quote has been approved');
|
$I->see('Successfully approved');
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user