Skip to content

Commit bc7aaa8

Browse files
author
joiecaquicla
committed
magento2/magento2-page-builder#637: Form field/field group viewport scope - applied requested changes
1 parent 94a546b commit bc7aaa8

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/WYSIWYGActionGroup/AddTextToTinyMCEMobileFormActionGroup.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
<annotations>
1212
<description>Adds content to the TinyMCE editor on a content type's edit panel when editing in the mobile viewport.</description>
1313
</annotations>
14-
<arguments>
15-
<argument name="property" defaultValue=""/>
16-
<argument name="section" defaultValue="TextOnConfiguration"/>
17-
</arguments>
1814
<waitForElementVisible selector="#{{section.tinyMCEIFrameMobile}}" stepKey="waitForIFrame"/>
1915
<click selector="#{{section.tinyMCEIFrameMobile}}" stepKey="clickIFrame"/>
2016
<switchToIFrame selector="{{section.tinyMCEIFrameMobile}}" stepKey="switchToIFrame"/>

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@
4949
</actionGroup>
5050

5151
<!-- Validate CMS Page Stage Desktop Viewport -->
52-
<actionGroup ref="ValidateLayoutConfigurationWithAllUpdatedActionGroup" stepKey="validateLayoutCMSPageStage">
53-
<argument name="page" value="ColumnOnFrontend"/>
54-
<argument name="index" value="1"/>
55-
<argument name="minHeight" value="PageBuilderMinHeightProperty_Auto"/>
56-
<argument name="verticalAlignContainer" value="PageBuilderVerticalAlignmentPropertyCenter"/>
57-
</actionGroup>
5852
<actionGroup ref="validateColumnAppearanceBottomAligned" stepKey="validateColumn1AppearanceCMSPageStage">
5953
<argument name="section" value="ColumnOnFrontend"/>
6054
<argument name="height" value="PageBuilderMinHeightProperty_60"/>

0 commit comments

Comments
 (0)