File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
app/code/Magento/SalesRule/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<!-- Conditions sub-form -->
28
28
<element name =" conditionsHeader" type =" button" selector =" div[data-index='conditions']" timeout =" 30" />
29
+ <element name =" conditionsHeaderOpen" type =" button" selector =" div[data-index='conditions'] div[data-state-collapsible='open']" timeout =" 30" />
29
30
<element name =" addCondition" type =" button" selector =" //*[@id='conditions__{{arg}}__children']//span" parameterized =" true" />
30
31
<element name =" ruleCondition" type =" select" selector =" rule[conditions][{{arg}}][new_child]" parameterized =" true" />
31
32
<element name =" ruleParameter" type =" text" selector =" //span[@class='rule-param']/a[contains(text(), '{{arg}}')]" parameterized =" true" />
32
33
<element name =" ruleOperatorSelect" type =" select" selector =" rule[conditions][{{arg}}][operator]" parameterized =" true" />
33
34
<element name =" ruleValueInput" type =" input" selector =" rule[conditions][{{arg}}][value]" parameterized =" true" />
34
35
<element name =" chooseValue" type =" button" selector =" label[for='conditions__{{arg}}__value']" parameterized =" true" />
35
36
<element name =" categoryCheckbox" type =" checkbox" selector =" //span[contains(text(), '{{arg}}')]/parent::a/preceding-sibling::input[@type='checkbox']" parameterized =" true" />
36
-
37
- <!-- Conditions sub-form -->
38
- <element name =" conditionsHeader" type =" button" selector =" div[data-index='conditions']" timeout =" 30" />
39
- <element name =" conditionsHeaderOpen" type =" button" selector =" div[data-index='conditions'] div[data-state-collapsible='open']" timeout =" 30" />
40
37
<element name =" conditionsValue" type =" input" selector =" .rule-param-edit input" />
41
38
<element name =" conditionsOperator" type =" select" selector =" .rule-param-edit select" />
42
39
You can’t perform that action at this time.
0 commit comments