Fix for tests

This commit is contained in:
Hillel Coren 2017-03-13 12:34:42 +02:00
parent 6c85abb6f9
commit 73f6646dd2

View File

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