diff --git a/tests/functional/Admin/Catalog/AttributeFamilyCest.php b/tests/functional/Admin/Catalog/AttributeFamilyCest.php index 9c17e02d6..9a3ed6da1 100644 --- a/tests/functional/Admin/Catalog/AttributeFamilyCest.php +++ b/tests/functional/Admin/Catalog/AttributeFamilyCest.php @@ -74,8 +74,8 @@ class AttributeFamilyCest private function fillForm(FunctionalTester $I): array { $testData = [ - 'code' => $I->fake()->word, - 'name' => $I->fake()->word, + 'code' => $I->fake()->uuid, + 'name' => $I->fake()->sentence, ]; $I->fillField('code', $testData['code']);