From 73f6646dd28d115a1c845ddd5c18b796c9aa5881 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 13 Mar 2017 12:34:42 +0200 Subject: [PATCH] Fix for tests --- tests/acceptance/QuoteCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/QuoteCest.php b/tests/acceptance/QuoteCest.php index 59d7c283b100..ae227f01a61d 100644 --- a/tests/acceptance/QuoteCest.php +++ b/tests/acceptance/QuoteCest.php @@ -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'); }); }