Skip to content

Commit 7c35ce7

Browse files
#429: User can add content to the Stage directly
- fix static tests
1 parent 636f008 commit 7c35ce7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockRenderLayoutContentTypesTest/BlockRowContentIsVerticallyAlignedTest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
<argument name="contentType" value="PageBuilderRowContentType"/>
3333
<argument name="containerTargetType" value="PageBuilderRootContainerContentType"/>
3434
</actionGroup>
35+
<actionGroup ref="moveContentTypeToContainer" stepKey="moveHtmlToLeftColumn">
36+
<argument name="contentType" value="PageBuilderHtmlContentType"/>
37+
<argument name="contentTypeIndex" value="1"/>
38+
<argument name="containerTargetType" value="PageBuilderRowContentType"/>
39+
<argument name="containerTargetIndex" value="1"/>
40+
</actionGroup>
3541
</before>
3642
<after>
3743
<deleteData createDataKey="createCMSBlock" stepKey="deletePreReqBlock"/>

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/slider/preview.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/slider/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ export default class Preview extends PreviewCollection {
579579
$(this.element).slick("setPosition");
580580
this.checkWidth();
581581
}
582-
}, 400);
582+
}, 450);
583583
}
584584

585585
/**

0 commit comments

Comments
 (0)