From e96e633c407f20817bbc8fbafb80874e032abb0a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 9 Feb 2018 01:04:46 +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 d7923c736b5e..bfdfbff4b951 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('The quote has been approved'); + $I->see('Successfully approved'); }); }