File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
app/code/Magento/PageBuilder
view/adminhtml/ui_component Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 405
405
</arguments >
406
406
<waitForElementVisible selector =" {{section.warningMessageLink('1')}}" stepKey =" waitForWarningMessageLink" />
407
407
<click selector =" {{section.warningMessageLink('1')}}" stepKey =" clickLink" />
408
+ <waitForPageLoad stepKey =" waitForLinkClick" />
409
+ <switchToNextTab stepKey =" switchToOpenedLink" />
408
410
<waitForPageLoad stepKey =" waitForPageLoad" />
409
411
<seeInCurrentUrl url =" {{AdminContentManagementPage.url}}#cms_pagebuilder" stepKey =" validateURL" />
410
412
<seeElement selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" stepKey =" seeGoogleMapsAPIKeyInputField" />
413
+ <closeTab stepKey =" closeOpenedTab" />
411
414
</actionGroup >
412
415
<actionGroup name =" validateAdvancedStyleWithAllUpdatedMapWithErrorOverlay" extends =" validateAdvancedStyleWithAllUpdatedNotVisible" >
413
416
<waitForElementVisible selector =" {{page.warningMessageLink(index)}}" stepKey =" dontSeeElement" />
Original file line number Diff line number Diff line change 132
132
<actionGroup ref =" validateWarningMessageLink" stepKey =" validateWarningMessageLink1" >
133
133
<argument name =" section" value =" MapOnStage" />
134
134
</actionGroup >
135
- <moveBack stepKey =" moveBack1" />
136
135
<waitForPageLoad stepKey =" waitForPageLoad1" />
137
136
<actionGroup ref =" switchToPageBuilderStage" stepKey =" switchToPageBuilderStage2" />
138
137
<!-- Edit Form: Validate Warning Message Link -->
143
142
<actionGroup ref =" validateWarningMessageLink" stepKey =" validateWarningMessageLink2" >
144
143
<argument name =" section" value =" EditMapForm" />
145
144
</actionGroup >
146
- <moveBack stepKey =" moveBack2" />
147
145
<waitForPageLoad stepKey =" waitForPageLoad2" />
148
- <actionGroup ref =" switchToPageBuilderStage" stepKey =" switchToPageBuilderStage3" />
149
146
<!-- Location Form: Validate Warning Message Link -->
150
- <comment userInput =" Location Form: Validate Warning Message Link" stepKey =" commentValidateWarningMessageLinkLocationForm" />
151
- <actionGroup ref =" openPageBuilderEditPanel" stepKey =" openEditPanel2" >
152
- <argument name =" contentType" value =" PageBuilderMapContentType" />
153
- </actionGroup >
154
147
<actionGroup ref =" clickAddLocationButton" stepKey =" clickAddLocationButton" />
155
148
<actionGroup ref =" validateWarningMessageLink" stepKey =" validateWarningMessageLink3" >
156
149
<argument name =" section" value =" AddLocationForm" />
Original file line number Diff line number Diff line change 71
71
<item name =" additionalClasses" xsi : type =" string" >message message-warning</item >
72
72
<item name =" visible" xsi : type =" boolean" >false</item >
73
73
<item name =" map_configuration_url" xsi : type =" string" >adminhtml/system_config/edit/section/cms</item >
74
- <item name =" content" xsi : type =" string" translate =" true" ><![CDATA[ You must provide a valid <a href="%s">Google Maps API key</a> to use a map.]]> </item >
74
+ <item name =" content" xsi : type =" string" translate =" true" ><![CDATA[ You must provide a valid <a href="%s" target="_blank" >Google Maps API key</a> to use a map.]]> </item >
75
75
</item >
76
76
</argument >
77
77
</container >
You can’t perform that action at this time.
0 commit comments