Skip to content

Commit 03f0861

Browse files
MAGETWO-71022: After return "RMA" is complete in Admin, "remaining quantity" in customer account shows incorrect value
- Stabilize test
1 parent d3078db commit 03f0861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderFormAccountSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<element name="email" type="input" selector="#email"/>
1414
<element name="requiredGroup" type="text" selector=".admin__field.required[data-ui-id='billing-address-fieldset-element-form-field-group-id']"/>
1515
<element name="requiredEmail" type="text" selector=".admin__field.required[data-ui-id='billing-address-fieldset-element-form-field-email']"/>
16-
<element name="defaultGeneral" type="text" selector="//*[text()='Default (General)']" time="15"/>
16+
<element name="defaultGeneral" type="text" selector="//*[contains(text(),'General')]" time="15"/>
1717
</section>
1818
</sections>

0 commit comments

Comments
 (0)