Skip to content

Commit 003565d

Browse files
committed
MAGETWO-91971: [Testing] Create/Update Automated Tests
- Removing default value check for gmaps api key test
1 parent 31f9261 commit 003565d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/PageBuilder/Test/AdminPageBuilderMapGoogleAPIKeyTest.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<features value="Pagebuilder"/>
107107
<stories value="Google Maps API Key"/>
108108
<title value="Validate Google Maps Get API Key Field Appearance"/>
109-
<description value="Tests the following for Google Maps API Key field: 1) Global config key, 2) Helper text, 3) Default is empty, 4) Default Test Key button is disabled, 5) Correct Get API Key link."/>
109+
<description value="Tests the following for Google Maps API Key field: 1) Global config key, 2) Helper text, 3) Default Test Key button is disabled, 4) Correct Get API Key link."/>
110110
<severity value="CRITICAL"/>
111111
<useCaseId value="MAGETWO-88225"/>
112112
<testCaseId value="MAGETWO-91918"/>
@@ -131,10 +131,6 @@
131131
<comment userInput="Validate Helper Text" stepKey="commentValidateHelperText"/>
132132
<waitForElementVisible selector="{{ContentManagementSection.GoogleMapsAPIKeyHelperText}}" stepKey="waitForHelperText"/>
133133
<see selector="{{ContentManagementSection.GoogleMapsAPIKeyHelperText}}" userInput="Enter API key to use the Map content block. Get API Key." stepKey="seeHelperText"/>
134-
<!-- Validate Default Value -->
135-
<comment userInput="Validate Default Value" stepKey="commentValidateDefaultValue"/>
136-
<waitForElementVisible selector="{{ContentManagementSection.GoogleMapsAPIKeyInputField}}" stepKey="waitForGoogleMapsAPIKeyInputField"/>
137-
<seeInField selector="{{ContentManagementSection.GoogleMapsAPIKeyInputField}}" userInput="{{googleMapsAPIKey.default}}" stepKey="seeDefaultValue"/>
138134
<!-- Validate Disabled Test Key Button -->
139135
<comment userInput="Validate Disabled Test Key Button" stepKey="commentValidateDisabledTestKeyButton"/>
140136
<waitForElementVisible selector="{{ContentManagementSection.GoogleMapsAPIKeyTestKeyButton}}[disabled='disabled']" stepKey="waitForTestKeyButtonDisabled"/>

0 commit comments

Comments
 (0)