Skip to content

Commit 41f8eca

Browse files
author
Stas Puga
committed
MAGETWO-96229: [Staging] Cart Price Rule >> Schedule New Update - Select from existing Scheduled Update
1 parent 523a83e commit 41f8eca

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11+
<!--Search grid with keyword search-->
12+
<actionGroup name="AdminFilterCartPriceRuleActionGroup">
13+
<arguments>
14+
<argument name="ruleName"/>
15+
</arguments>
16+
<conditionalClick selector="{{AdminDataGridHeaderSection.clearFilters}}" dependentSelector="{{AdminDataGridHeaderSection.clearFilters}}" visible="true" stepKey="clickClearFilters"/>
17+
<fillField selector="{{AdminCartPriceRulesSection.filterByNameInput}}" userInput="{{ruleName}}" stepKey="filterByName"/>
18+
<click selector="{{AdminCartPriceRulesSection.searchButton}}" stepKey="doFilter"/>
19+
<click selector="{{AdminCartPriceRulesSection.rowByIndex('1')}}" stepKey="goToEditRulePage"/>
20+
</actionGroup>
21+
</actionGroups>

0 commit comments

Comments
 (0)