Skip to content

Commit c926511

Browse files
committed
MC-3852: Update Background Image Implementation on Tabs
- Move background image check into correct position
1 parent 1779ef8 commit c926511

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
<actionGroup ref="validateBackgroundAttributesWithNoImageOrColor" stepKey="validateStage2">
8888
<argument name="section" value="ColumnOnBackend"/>
8989
</actionGroup>
90-
<actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage2">
91-
<argument name="contentType" value="PageBuilderColumnContentType"/>
92-
</actionGroup>
9390
<actionGroup ref="validateNoBackgroundImage" stepKey="validateNoBackgroundImageStage1">
9491
<argument name="section" value="ColumnOnBackend"/>
9592
</actionGroup>
93+
<actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage2">
94+
<argument name="contentType" value="PageBuilderColumnContentType"/>
95+
</actionGroup>
9696
<!-- Validate Edit Panel After Save -->
9797
<comment userInput="Validate Edit Panel After Save" stepKey="commentValidateEditPanel2"/>
9898
<actionGroup ref="seeInFieldSlideOutProperty" stepKey="validateBackgroundColor2">

0 commit comments

Comments
 (0)