We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3456274 commit 9c849faCopy full SHA for 9c849fa
dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import/ValidateTest.php
@@ -26,7 +26,7 @@ public function testFieldStateAfterValidation()
26
$formKey = $this->_objectManager->get('Magento\Framework\Data\Form\FormKey');
27
$this->getRequest()->setPostValue('form_key', $formKey->getFormKey());
28
$this->getRequest()->setPostValue('entity', 'catalog_product');
29
- $this->getRequest()->setPostValue('behavior', 'replace');
+ $this->getRequest()->setPostValue('behavior', 'append');
30
$this->getRequest()->setPostValue('_import_field_separator', ',');
31
32
0 commit comments