File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/PageBuilder/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
<conditionalClick stepKey =" expandAdvancedContentTools" selector =" {{ContentManagementSection.PageBuilderOptions}}" dependentSelector =" {{ContentManagementSection.CheckIfPageBuilderTabExpanded}}" visible =" true" />
53
53
<waitForElementVisible selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" stepKey =" waitForGoogleMapsAPIKeyInputField" />
54
54
<fillField selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" userInput =" {{apiKey}}" stepKey =" inputAPIKey" />
55
- <pressKey selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" parameterArray =" [\WebDriverKeys::ENTER]" stepKey =" pressKey" />
55
+ <pressKey selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" parameterArray =" [\Facebook\WebDriver\ WebDriverKeys::ENTER]" stepKey =" pressKey" />
56
56
<click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
57
57
<waitForPageLoad stepKey =" waitForPageLoad3" />
58
58
</actionGroup >
63
63
<comment userInput =" inputGoogleMapsAPIKey" stepKey =" comment" />
64
64
<waitForElementVisible selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" stepKey =" waitForGoogleMapsAPIKeyInputField" />
65
65
<fillField selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" userInput =" {{apiKey}}" stepKey =" inputAPIKey" />
66
- <pressKey selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" parameterArray =" [\WebDriverKeys::ENTER]" stepKey =" pressKey" />
66
+ <pressKey selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" parameterArray =" [\Facebook\WebDriver\ WebDriverKeys::ENTER]" stepKey =" pressKey" />
67
67
</actionGroup >
68
68
<actionGroup name =" clickAndValidateGoogleMapsAPIKeyTestKeyButton" >
69
69
<arguments >
Original file line number Diff line number Diff line change 219
219
<see userInput =" Row" selector =" {{PageBuilderPanel.searchResults}}" stepKey =" validateRowAppears" />
220
220
<dontSee userInput =" Column" selector =" {{PageBuilderPanel.searchResults}}" stepKey =" validateColumnDoesNotAppear" />
221
221
<comment userInput =" Clear input field using backspace to show all content types on Pagebuilder panel" stepKey =" commentDeleteSearch" />
222
- <pressKey selector =" {{PageBuilderPanel.searchPanel}}" parameterArray =" [\WebDriverKeys::BACKSPACE]" stepKey =" enterSearchInput" />
222
+ <pressKey selector =" {{PageBuilderPanel.searchPanel}}" parameterArray =" [\Facebook\WebDriver\ WebDriverKeys::BACKSPACE]" stepKey =" enterSearchInput" />
223
223
<dontSee userInput =" r" selector =" {{PageBuilderPanel.searchPanel}}" stepKey =" validateInputClearedAfterRemoveCharacters" />
224
224
<scrollTo selector =" {{CmsNewPagePageActionsSection.contentSectionName}}" stepKey =" scrollToTopOfStage" />
225
225
<actionGroup ref =" validateMenuSectionsAndContentTypes" stepKey =" validateMenuSectionsAndContentTypesAfterClearField" />
You can’t perform that action at this time.
0 commit comments