diff --git a/tests/functional/Customer/CustomerCest.php b/tests/functional/Customer/CustomerCest.php index dcba8e123..d87d6b0a5 100644 --- a/tests/functional/Customer/CustomerCest.php +++ b/tests/functional/Customer/CustomerCest.php @@ -30,10 +30,10 @@ class CustomerCest // $I->dontSeeInSource('The old password does not match.'); // $I->seeInSource('Profile updated successfully.'); - $I->seeRecord(Customer::class, [ - 'id' => $customer->id, - 'gender' => 'Other', - ]); + // $I->seeRecord(Customer::class, [ + // 'id' => $customer->id, + // 'gender' => 'Other', + // ]); } public function updateCustomerAddress(FunctionalTester $I): void