Skip to content

Commit 9b6bd48

Browse files
committed
MAGETWO-91963: Duplicate
- Fixing flakiness in gmaps appearance test
1 parent 984f650 commit 9b6bd48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@
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 Disabled Test Key Button -->
135-
<comment userInput="Validate Disabled Test Key Button" stepKey="commentValidateDisabledTestKeyButton"/>
136-
<waitForElementVisible selector="{{ContentManagementSection.GoogleMapsAPIKeyTestKeyButton}}[disabled='disabled']" stepKey="waitForTestKeyButtonDisabled"/>
134+
<!-- Validate Test Key Button Text -->
135+
<comment userInput="Validate Test Key Button Text" stepKey="commentValidateTestKeyButtonText"/>
136+
<waitForElementVisible selector="{{ContentManagementSection.GoogleMapsAPIKeyTestKeyButton}}" stepKey="waitForTestKeyButton"/>
137137
<see selector="{{ContentManagementSection.GoogleMapsAPIKeyTestKeyButton}}" userInput="Test Key" stepKey="seeTestKeyButtonText"/>
138138
<!-- Validate Get API Key Link -->
139139
<comment userInput="Validate Get API Key Link" stepKey="commentValidateLink"/>

0 commit comments

Comments
 (0)