Skip to content

Commit

Permalink
Merge pull request #134 from magento-pangolin/MC-4554
Browse files Browse the repository at this point in the history
MC-4554
  • Loading branch information
soumyau authored Jun 11, 2019
2 parents 19018c4 + 783d6a2 commit 861e63c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
<element name="emailRequiredMessage" type="text" selector="//input[@name='customer[email]']/../label[contains(.,'This is a required field.')]"/>
<element name="customAttribute" type="select" selector="//select[contains(@name, 'customer[{{attribute_code}}]')]" parameterized="true"/>
<element name="disabledGroup" type="text" selector="//div[@class='admin__action-group-wrap admin__action-multiselect-wrap action-select-wrap _disabled']"/>
<element name="customerAttribute" type="input" selector="//input[contains(@name,'{{attributeCode}}')]" parameterized="true"/>
</section>
</sections>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<severity value="CRITICAL"/>
<testCaseId value="MC-16161"/>
<group value="mtf_migrated"/>
<group value="banana"/>
</annotations>

<before>
Expand Down

0 comments on commit 861e63c

Please sign in to comment.