Fix for tests
This commit is contained in:
parent
6c85abb6f9
commit
73f6646dd2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class QuoteCest
|
|||
$clientSession->does(function(AcceptanceTester $I) use ($invitationKey) {
|
||||
$I->amOnPage('/view/' . $invitationKey);
|
||||
$I->click('Approve');
|
||||
$I->see('This quote is approved');
|
||||
$I->see('The quote has been approved');
|
||||
});
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue