Fix for tests

This commit is contained in:
Hillel Coren 2018-02-09 01:04:46 +02:00
parent 3da023c1a6
commit e96e633c40

View File

@ -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');
}); });
} }