Skip to content

Commit a3208de

Browse files
authored
Merge pull request #200 from magento-pangolin/MC-148
MC-148
2 parents 28b0108 + 9c22aec commit a3208de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Section/AdminNewCatalogPriceRuleSection.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<element name="successMessage" type="text" selector="#messages"/>
1818

1919
<element name="ruleName" type="input" selector="[name='name']"/>
20+
<element name="ruleNameNew" type="input" selector="[name='staging[name]']"/>
2021
<element name="description" type="textarea" selector="[name='description']"/>
2122
<element name="status" type="select" selector="[name='is_active']"/>
2223

@@ -26,6 +27,7 @@
2627
<element name="customerGroupsOptions" type="select" selector="[name='customer_group_ids'] option"/>
2728

2829
<element name="fromDateButton" type="button" selector="[name='from_date'] + button" timeout="15"/>
30+
<element name="startDateButton" type="button" selector="[name='staging[start_time]'] + button" timeout="15"/>
2931
<element name="toDateButton" type="button" selector="[name='to_date'] + button" timeout="15"/>
3032
<element name="todayDate" type="button" selector="#ui-datepicker-div [data-handler='today']"/>
3133
<element name="priority" type="input" selector="[name='sort_order']"/>

0 commit comments

Comments
 (0)