mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for tests
This commit is contained in:
parent
6c85abb6f9
commit
73f6646dd2
@ -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('This quote is approved');
|
$I->see('The quote has been approved');
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user