Fix for tests
This commit is contained in:
parent
3da023c1a6
commit
e96e633c40
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('The quote has been approved');
|
||||
$I->see('Successfully approved');
|
||||
});
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue