Skip to content

Commit 32f71fd

Browse files
committed
Merge remote-tracking branch 'trigger/MC-1420' into MC-1420
2 parents 2f44576 + bbbb316 commit 32f71fd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@
495495
<actionGroup ref="searchBlockInGrid" stepKey="searchBlockInGrid">
496496
<argument name="block" value="$$createPreReqBlock$$"/>
497497
</actionGroup>
498+
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear"/>
498499
<actionGroup ref="expandConfigurationSection" stepKey="expandConfigurationSection"/>
499500
<!-- Update Values -->
500501
<comment userInput="Update Values" stepKey="commentUpdateValues"/>

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

Lines changed: 0 additions & 2 deletions
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/block/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class Preview extends BasePreview {
7070
if (this.lastRenderedHtml) {
7171
this.data.main.html(this.lastRenderedHtml);
7272
this.displayPreview(true);
73-
}app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockTest.xml
73+
}
7474
} else {
7575
this.displayPreview(false);
7676
this.placeholderText("");

0 commit comments

Comments
 (0)