Skip to content

Commit 94d5341

Browse files
committed
#637: Form field/field group viewport scope - fixed failed functional test for tab group content type
1 parent ede02bf commit 94d5341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/ViewportSwitcherMobile/ViewportSwitcherMobileTabGroupMinHeightTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
<argument name="expectedProperty" value="{{PageBuilderTabsMinHeightProperty_500.value}}"/>
282282
<argument name="cssProperty" value="minHeight"/>
283283
</actionGroup>
284-
<executeJS function="return document.evaluate('{{TabsOnStorefront.base('1')}}', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.getBoundingClientRect().height" stepKey="firstMinHeightStorefrontMobile"/>
284+
<executeJS function="return document.evaluate('{{TabsOnFrontend.advancedConfigurationPath('1')}}', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.getBoundingClientRect().height" stepKey="firstMinHeightStorefrontMobile"/>
285285
<assertEquals stepKey="assertFirstMinHeightStorefrontMobile">
286286
<actualResult type="variable">firstMinHeightStorefrontMobile</actualResult>
287287
<expectedResult type="string">{{PageBuilderTabsMinHeightProperty_500.value}}</expectedResult>

0 commit comments

Comments
 (0)