Skip to content

Commit cb6765d

Browse files
committed
MC-3725: Unify formatting and style across content types
- remove action expandConfigurationSection on Tabs and Tab Item
1 parent c6bf80c commit cb6765d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTabGroupTests.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage">
4646
<argument name="contentType" value="PageBuilderTabsContentType"/>
4747
</actionGroup>
48-
<actionGroup ref="expandConfigurationSection" stepKey="expandConfigurationSection"/>
4948
<!-- Validate Default Values -->
5049
<comment userInput="Validate Default Values" stepKey="CommentValidateDefaultValues"/>
5150
<actionGroup ref="validateTextAlignment" stepKey="validateAlignment">
@@ -342,7 +341,6 @@
342341
</actionGroup>
343342
<waitForElementVisible selector="{{AdvancedForm.sectionName}}" stepKey="waitForAdvancedSection"/>
344343
<!-- Fill All Advanced Fields -->
345-
<actionGroup ref="expandConfigurationSection" stepKey="expandConfigurationSection"/>
346344
<actionGroup ref="chooseVisualSelectOption" stepKey="enterTextAlignmentCenter">
347345
<argument name="property" value="PageBuilderAdvancedAlignmentPropertyCenter"/>
348346
</actionGroup>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTabItemConfigurationTests.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@
182182
<actionGroup ref="openPageBuilderEditPanelSmallByIndex" stepKey="openEditPanel">
183183
<argument name="section" value="TabOnStage"/>
184184
</actionGroup>
185-
<actionGroup ref="expandConfigurationSection" stepKey="expandConfigurationSection"/>
186185
<!-- Text Alignment -->
187186
<comment userInput="Text Alignment: dropdown defaults to Default and available values Default, Left, Center, Right" stepKey="AC0" />
188187
<actionGroup ref="validateVisualSelects" stepKey="validateAlignment">
@@ -336,7 +335,6 @@
336335
<argument name="section" value="TabOnStage"/>
337336
</actionGroup>
338337
<!-- Fill All Advanced Fields -->
339-
<actionGroup ref="expandConfigurationSection" stepKey="expandConfigurationSection"/>
340338
<actionGroup ref="chooseVisualSelectOption" stepKey="selectAlignmentLeft1">
341339
<argument name="property" value="PageBuilderAdvancedAlignmentPropertyCenter"/>
342340
</actionGroup>
@@ -369,7 +367,6 @@
369367
<argument name="from" value="1"/>
370368
<argument name="to" value="2"/>
371369
</actionGroup>
372-
<actionGroup ref="expandConfigurationSection" stepKey="expandConfigurationSection2"/>
373370
<actionGroup ref="chooseVisualSelectOption" stepKey="selectAlignmentLeft2">
374371
<argument name="property" value="PageBuilderAdvancedAlignmentPropertyRight"/>
375372
</actionGroup>

0 commit comments

Comments
 (0)