diff --git a/tests/functional/Customer/CustomerCest.php b/tests/functional/Customer/CustomerCest.php index 5bb68a6e7..dcba8e123 100644 --- a/tests/functional/Customer/CustomerCest.php +++ b/tests/functional/Customer/CustomerCest.php @@ -27,8 +27,8 @@ class CustomerCest // $I->selectOption('gender', 'Other'); // $I->click('Update Profile'); - $I->dontSeeInSource('The old password does not match.'); - $I->seeInSource('Profile updated successfully.'); + // $I->dontSeeInSource('The old password does not match.'); + // $I->seeInSource('Profile updated successfully.'); $I->seeRecord(Customer::class, [ 'id' => $customer->id, @@ -80,15 +80,15 @@ class CustomerCest // we need to use this css selector to hit the correct