File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
</arguments >
50
50
<executeJS function =" return document.querySelectorAll('{{block.baseCSS}} {{container.baseCSS}}')[{{index}}-1].clientHeight;" stepKey =" containerHeight" />
51
51
<executeJS function =" return {$containerHeight}-{{storefrontBugOffset}}" stepKey =" minusBugOffset" />
52
- <assertEquals stepKey =" assertContainerHeightEqualsMinHeight" >
52
+ <assertGreaterThanOrEqual stepKey =" assertContainerHeightEqualsMinHeight" >
53
53
<expectedResult type =" string" >{{minHeight}}</expectedResult >
54
54
<actualResult type =" variable" >minusBugOffset</actualResult >
55
- </assertEquals >
55
+ </assertGreaterThanOrEqual >
56
56
<executeJS function =" return document.querySelectorAll('{{block.baseCSS}} {{container.baseCSS}}')[{{index}}-1].getBoundingClientRect().bottom-{{padding.paddingBottom}}" stepKey =" containerBottomPositionMinusPadding" />
57
57
<executeJS function =" return document.querySelectorAll('{{block.baseCSS}} {{content.baseCSS}}')[{{index}}-1].getBoundingClientRect().bottom" stepKey =" contentBottomPosition" />
58
58
<executeJS function =" return Math.round(({$containerBottomPositionMinusPadding}/{$contentBottomPosition})*100)/100" stepKey =" bottomPositionRatio" />
You can’t perform that action at this time.
0 commit comments