File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed
app/code/Magento/PageBuilder/Test/Mftf Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 409
409
<seeInCurrentUrl url =" {{AdminContentManagementPage.url}}#cms_pagebuilder" stepKey =" validateURL" />
410
410
<seeElement selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" stepKey =" seeGoogleMapsAPIKeyInputField" />
411
411
</actionGroup >
412
- <actionGroup name =" validateWarningMessageLinkNewTabTarget" extends =" validateWarningMessageLink" >
413
- <switchToNextTab stepKey =" switchToNewConfigurationTab" after =" clickLink" />
414
- <closeTab stepKey =" closeTab" after =" seeGoogleMapsAPIKeyInputField" />
415
- <switchToPreviousTab stepKey =" switchToPreviousTab" after =" closeTab" />
416
- </actionGroup >
417
412
<actionGroup name =" validateAdvancedStyleWithAllUpdatedMapWithErrorOverlay" extends =" validateAdvancedStyleWithAllUpdatedNotVisible" >
418
413
<waitForElementVisible selector =" {{page.warningMessageLink(index)}}" stepKey =" dontSeeElement" />
419
414
</actionGroup >
Original file line number Diff line number Diff line change 97
97
<actionGroup ref =" dragContentTypeToDropZone" stepKey =" dragRowToStage" >
98
98
<argument name =" contentType" value =" PageBuilderRowContentType" />
99
99
<argument name =" contentTypeIndex" value =" 2" />
100
- <argument name =" containerTargetType" value =" PageBuilderRootContainerContentType " />
100
+ <argument name =" containerTargetType" value =" PageBuilderStage " />
101
101
<argument name =" dropZoneIndex" value =" 2" />
102
102
</actionGroup >
103
103
<!-- Edit 2nd Row -->
Original file line number Diff line number Diff line change 129
129
<actionGroup ref =" switchToPageBuilderStage" stepKey =" switchToPageBuilderStage1" />
130
130
<!-- Stage: Validate Warning Message Link -->
131
131
<comment userInput =" Stage: Validate Warning Message Link" stepKey =" commentValidateWarningMessageLinkStage" />
132
- <actionGroup ref =" validateWarningMessageLinkNewTabTarget " stepKey =" validateWarningMessageLink1" >
132
+ <actionGroup ref =" validateWarningMessageLink " stepKey =" validateWarningMessageLink1" >
133
133
<argument name =" section" value =" MapOnStage" />
134
134
</actionGroup >
135
135
<!-- Edit Form: Validate Warning Message Link -->
149
149
<argument name =" contentType" value =" PageBuilderMapContentType" />
150
150
</actionGroup >
151
151
<actionGroup ref =" clickAddLocationButton" stepKey =" clickAddLocationButton" />
152
- <actionGroup ref =" validateWarningMessageLinkNewTabTarget " stepKey =" validateWarningMessageLink3" >
152
+ <actionGroup ref =" validateWarningMessageLink " stepKey =" validateWarningMessageLink3" >
153
153
<argument name =" section" value =" AddLocationForm" />
154
154
</actionGroup >
155
155
</test >
Original file line number Diff line number Diff line change 62
62
<actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
63
63
<actionGroup ref =" dragContentTypeToDropZone" stepKey =" dragRowIntoStage" >
64
64
<argument name =" contentType" value =" PageBuilderRowContentType" />
65
- <argument name =" containerTargetType" value =" PageBuilderRootContainerContentType " />
65
+ <argument name =" containerTargetType" value =" PageBuilderStage " />
66
66
<argument name =" containerTargetIndex" value =" 1" />
67
67
<argument name =" contentTypeIndex" value =" 2" />
68
68
<argument name =" dropZoneIndex" value =" 2" />
You can’t perform that action at this time.
0 commit comments