File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 66
66
</section >
67
67
<section name =" RowOnStorefront" >
68
68
<element name =" base" type =" text" selector =" (//div[@data-role='row'])[{{arg1}}]/div" parameterized =" true" />
69
- <element name =" baseJS" type =" text" selector =" document.querySelectorAll('[data-role=row] div')[{{arg1}} - 1]" parameterized =" true" />
69
+ <element name =" baseJS" type =" text" selector =" document.querySelectorAll('[data-role=row] > div')[{{arg1}} - 1]" parameterized =" true" />
70
70
<element name =" computedWidth" type =" text" selector =" parseInt(window.getComputedStyle(document.querySelector('[data-role=row]')).width)" />
71
71
<element name =" rowStyle" type =" button" selector =" (//div[@data-role='row'])[{{arg1}}]/div[contains(@style, '{{arg2}}')]" parameterized =" true" />
72
72
<element name =" rowWidthJS" type =" text" selector =" document.querySelectorAll('[data-appearance=\'{{arg1}}\']')[{{arg2}}].clientWidth" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments