File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/code/Magento/PageBuilder/Test/Mftf
ActionGroup/StoreConfigurationActionGroup
Test/AdminPageBuilderPanelTest Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
<conditionalClick stepKey =" expandAdvancedContentTools" selector =" {{ContentManagementSection.PageBuilderOptions}}" dependentSelector =" {{ContentManagementSection.CheckIfPageBuilderTabExpanded}}" visible =" true" />
18
18
<waitForElementVisible selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" stepKey =" waitForGoogleMapsAPIKeyInputField" />
19
19
<fillField selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" userInput =" {{apiKey}}" stepKey =" inputAPIKey" />
20
- <pressKey selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" parameterArray =" [\WebDriverKeys::ENTER]" stepKey =" pressKey" />
20
+ <pressKey selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" parameterArray =" [\Facebook\WebDriver\ WebDriverKeys::ENTER]" stepKey =" pressKey" />
21
21
<click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
22
22
<waitForPageLoad stepKey =" waitForPageLoad3" />
23
23
</actionGroup >
Original file line number Diff line number Diff line change 14
14
<comment userInput =" inputGoogleMapsAPIKey" stepKey =" comment" />
15
15
<waitForElementVisible selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" stepKey =" waitForGoogleMapsAPIKeyInputField" />
16
16
<fillField selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" userInput =" {{apiKey}}" stepKey =" inputAPIKey" />
17
- <pressKey selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" parameterArray =" [\WebDriverKeys::ENTER]" stepKey =" pressKey" />
17
+ <pressKey selector =" {{ContentManagementSection.GoogleMapsAPIKeyInputField}}" parameterArray =" [\Facebook\WebDriver\ WebDriverKeys::ENTER]" stepKey =" pressKey" />
18
18
</actionGroup >
19
19
</actionGroups >
Original file line number Diff line number Diff line change 42
42
<see userInput =" Row" selector =" {{PageBuilderPanel.searchResults}}" stepKey =" validateRowAppears" />
43
43
<dontSee userInput =" Column" selector =" {{PageBuilderPanel.searchResults}}" stepKey =" validateColumnDoesNotAppear" />
44
44
<comment userInput =" Clear input field using backspace to show all content types on Pagebuilder panel" stepKey =" commentDeleteSearch" />
45
- <pressKey selector =" {{PageBuilderPanel.searchPanel}}" parameterArray =" [\WebDriverKeys::BACKSPACE]" stepKey =" enterSearchInput" />
45
+ <pressKey selector =" {{PageBuilderPanel.searchPanel}}" parameterArray =" [\Facebook\WebDriver\ WebDriverKeys::BACKSPACE]" stepKey =" enterSearchInput" />
46
46
<dontSee userInput =" r" selector =" {{PageBuilderPanel.searchPanel}}" stepKey =" validateInputClearedAfterRemoveCharacters" />
47
47
<scrollTo selector =" {{CmsNewPagePageActionsSection.contentSectionName}}" stepKey =" scrollToTopOfStage" />
48
48
<actionGroup ref =" validateMenuSectionsAndContentTypes" stepKey =" validateMenuSectionsAndContentTypesAfterClearField" />
You can’t perform that action at this time.
0 commit comments