File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/PageBuilder
view/adminhtml/web/ts/js/content-type/column-group Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 525
525
<!-- Validate Storefront -->
526
526
<comment userInput =" Validate Storefront" stepKey =" commentValidateStorefront" />
527
527
<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" />
529
529
<waitForElementVisible selector =" {{TextOnStorefront.text('1', PageBuilderTextProperty.value)}}" stepKey =" waitForTextStorefront" />
530
530
</test >
531
531
<test name =" TextDelete" >
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ export default class Preview extends PreviewCollection {
511
511
*/
512
512
private endAllInteractions ( ) : void {
513
513
if ( this . resizing ( ) === true ) {
514
- for ( ; this . interactionLevel > 0 ; this . interactionLevel -- ) {
514
+ for ( ; this . interactionLevel > 0 ; this . interactionLevel -- ) {
515
515
events . trigger ( "stage:interactionStop" , { stageId : this . parent . stageId } ) ;
516
516
}
517
517
}
You can’t perform that action at this time.
0 commit comments