File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ public function testCompleteConfigurableProductWorkflow(): void
121121 // Create configurable product
122122 $ configurableProductData = $ this ->createConfigurableProduct ();
123123 $ this ->assertEquals (self ::CONFIGURABLE_PRODUCT_SKU , $ configurableProductData ['sku ' ]);
124- $ this ->assertEquals (' configurable ' , Configurable::TYPE_CODE );
125- $ this ->assertEquals (1 , Status::STATUS_ENABLED );
126- $ this ->assertEquals (4 , Visibility::VISIBILITY_BOTH );
124+ $ this ->assertEquals (Configurable::TYPE_CODE , $ configurableProductData [ ' type_id ' ] );
125+ $ this ->assertEquals (Status::STATUS_ENABLED , $ configurableProductData [ ' status ' ] );
126+ $ this ->assertEquals (Visibility::VISIBILITY_BOTH , $ configurableProductData [ ' visibility ' ] );
127127
128128 // Add color attribute options to configurable product
129129 $ optionResult = $ this ->addConfigurableProductOption (
You can’t perform that action at this time.
0 commit comments