File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
CatalogRule/Test/Mftf/Section
ConfigurableProduct/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 63
63
<element name =" targetEllipsisSelect" type =" select" selector =" select#conditions__{{var1}}--{{var2}}__value" parameterized =" true" timeout =" 30" />
64
64
<element name =" targetSelect" type =" select" selector =" //ul[@id='conditions__{{var}}__children']//select" parameterized =" true" timeout =" 30" />
65
65
<element name =" targetInput" type =" input" selector =" input#conditions__{{var1}}--{{var2}}__value" parameterized =" true" />
66
- <element name =" applyButton" type =" button" selector =" #conditions__{{var1}}__children li:nth-of-type({{var2}}) a.rule-param-apply" parameterized =" true" />
66
+ <element name =" applyButton" type =" button" selector =" #conditions__{{var1}}__children li:nth-of-type({{var2}}) a.rule-param-apply" parameterized =" true" timeout = " 30 " />
67
67
<element name =" condition" type =" text" selector =" //span[@class='rule-param']/a[text()='{{condition}}']" parameterized =" true" />
68
68
<element name =" activeOperatorSelect" type =" select" selector =" .rule-param-edit select[name*='[operator]']" />
69
69
<element name =" activeValueInput" type =" input" selector =" .rule-param-edit [name*='[value]']" />
Original file line number Diff line number Diff line change 152
152
<argument name =" discountAmount" value =" {{CatalogRuleByPercentWith96Amount.discount_amount}}" />
153
153
</actionGroup >
154
154
<actionGroup ref =" AdminCatalogPriceRuleSaveAndApplyActionGroup" stepKey =" saveAndApplyCatalogPriceRule" />
155
- <actionGroup ref =" AdminReindexAndFlushCache" stepKey =" reindexAndFlushCache" />
155
+ <magentoCLI command =" indexer:reindex" arguments =" catalogsearch_fulltext catalog_category_product catalog_product_price catalogrule_rule" stepKey =" reindexIndices" />
156
+ <magentoCLI command =" cache:clean" arguments =" full_page block_html" stepKey =" flushCache" />
156
157
157
158
<!-- Reopen category with products and Sort by price desc-->
158
159
<actionGroup ref =" GoToStorefrontCategoryPageByParametersActionGroup" stepKey =" goToStorefrontCategoryPage2" >
You can’t perform that action at this time.
0 commit comments