Skip to content

Commit cd20d0e

Browse files
committed
B2B-2106: [AWS S3] Test Failed to add product to order because page is loading
- Fixing failures
1 parent 535ce51 commit cd20d0e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddSimpleProductWithCustomOptionFileToOrderActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</annotations>
1414
<arguments>
1515
<argument name="file" type="string" defaultValue="{{TestImageNew.file}}" />
16-
<argument name="fileName" type="string" defaultValue="{{TestImageNew.filename}}"/>
1716
</arguments>
1817

1918
<remove keyForRemoval="fillProductQty"/>

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminChangeCustomerOptionFileActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</annotations>
1414
<arguments>
1515
<argument name="file" type="string" defaultValue="{{TestImageNew.file}}"/>
16-
<argument name="fileName" type="string" defaultValue="{{TestImageNew.filename}}"/>
1716
</arguments>
1817

1918
<click selector="{{AdminOrderFormItemsSection.configure}}" stepKey="clickConfigure"/>

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderWithSimpleProductCustomOptionFileTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<!--Verify, admin able to change file for custom option.-->
5353
<actionGroup ref="AdminChangeCustomerOptionFileActionGroup" stepKey="changeFile">
5454
<argument name="file" value="{{TestImageAdobe.file}}"/>
55-
<argument name="fileName" value="{{TestImageAdobe.filename}}"/>
5655
</actionGroup>
5756
</test>
5857
</tests>

0 commit comments

Comments
 (0)