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 d3078db commit 03f0861Copy full SHA for 03f0861
app/code/Magento/Sales/Test/Mftf/Section/AdminOrderFormAccountSection.xml
@@ -13,6 +13,6 @@
13
<element name="email" type="input" selector="#email"/>
14
<element name="requiredGroup" type="text" selector=".admin__field.required[data-ui-id='billing-address-fieldset-element-form-field-group-id']"/>
15
<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"/>
+ <element name="defaultGeneral" type="text" selector="//*[contains(text(),'General')]" time="15"/>
17
</section>
18
</sections>
0 commit comments