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 5a022f6 commit 17d564aCopy full SHA for 17d564a
app/code/Magento/SalesRule/Test/Mftf/Section/AdminCartPriceRulesSection.xml
@@ -9,6 +9,7 @@
9
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
10
<section name="AdminCartPriceRulesSection">
11
<element name="addNewRuleButton" type="button" selector="#add" timeout="30"/>
12
+ <element name="editRuleButton" type="button" selector="//td[@class=' col-actions col-action last']/a[text()='Edit']" timeout="30"/>
13
<element name="messages" type="text" selector=".messages"/>
14
<element name="filterByNameInput" type="input" selector="input[name='name']"/>
15
<element name="searchButton" type="button" selector="#promo_quote_grid button[title='Search']" timeout="30"/>
0 commit comments