Skip to content

Commit fa4643f

Browse files
Merge branch 'ACQE-9078' into ACQE-functional-deployment-version23
2 parents b5e99d2 + 8e9730b commit fa4643f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/code/Magento/ImportExport/Test/Mftf/Section/AdminImportMainSection.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
<element name="emptyAttributeValueConstant" type="input" selector="#basic_behavior_import_empty_attribute_value_constant"/>
2323
<element name="imagesFileDirectory" type="input" selector="#import_images_file_dir"/>
2424
<element name="importImagesFileDirNote" type="input" selector="#import_images_file_dir-note"/>
25+
<element name="customImportBehavior" type="select" selector="#custom_behavior"/>
26+
<element name="customValidationStrategy" type="select" selector="#custom_behaviorvalidation_strategy"/>
27+
<element name="customAllowedErrorsCount" type="input" selector="#custom_behavior_allowed_error_count"/>
28+
<element name="customFieldSeparator" type="input" selector="#custom_behavior__import_field_separator"/>
29+
<element name="customMultipleValueSeparator" type="input" selector="#custom_behavior_import_multiple_value_separator"/>
2530
</section>
2631
</sections>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_email,_website,_finance_website,store_credit,reward_points
2+
test@example.com,base,base,100.00,50
3+
roni_cost@example.com,base,base,250.00,100

0 commit comments

Comments
 (0)