Skip to content

Commit adbc444

Browse files
committed
MC-3309: Build stabilization for MC-1416
- Stabilized test
1 parent 6d2ad0b commit adbc444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
<!-- Validate Storefront -->
526526
<comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/>
527527
<waitForElementVisible selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
528-
<waitForElementVisible selector="div.block-cms-link a[href='{{_ENV.MAGENTO_BASE_URL}}/text{{PageBuilderPageTitle.pageName}}']" stepKey="waitForWidgetStorefront"/>
528+
<waitForElementVisible selector="div.block-cms-link a[href='{{_ENV.MAGENTO_BASE_URL}}text{{PageBuilderPageTitle.pageName}}']" stepKey="waitForWidgetStorefront"/>
529529
<waitForElementVisible selector="{{TextOnStorefront.text('1', PageBuilderTextProperty.value)}}" stepKey="waitForTextStorefront"/>
530530
</test>
531531
<test name="TextDelete">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ export default class Preview extends PreviewCollection {
511511
*/
512512
private endAllInteractions(): void {
513513
if (this.resizing() === true) {
514-
for (;this.interactionLevel > 0;this.interactionLevel--) {
514+
for (; this.interactionLevel > 0; this.interactionLevel--) {
515515
events.trigger("stage:interactionStop", {stageId: this.parent.stageId});
516516
}
517517
}

0 commit comments

Comments
 (0)