File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 260
260
<argument name =" website" type =" string" />
261
261
</arguments >
262
262
<scrollTo selector =" {{ProductInWebsitesSection.sectionHeader}}" stepKey =" scrollToWebsites" />
263
- <conditionalClick selector =" {{ProductInWebsitesSection.sectionHeader}}" dependentSelector =" {{AdminProductContentSection.sectionHeader}}._show " visible =" false" stepKey =" expandSection" />
263
+ <conditionalClick selector =" {{ProductInWebsitesSection.sectionHeader}}" dependentSelector =" {{AdminProductContentSection.sectionHeaderShow}} " visible =" false" stepKey =" expandSection" />
264
264
<waitForPageLoad stepKey =" waitForPageOpened" />
265
265
<checkOption selector =" {{ProductInWebsitesSection.website(website)}}" stepKey =" selectWebsite" />
266
266
</actionGroup >
333
333
<actionGroup name =" expandAdminProductSection" >
334
334
<arguments >
335
335
<argument name =" sectionSelector" defaultValue =" {{AdminProductContentSection.sectionHeader}}" type =" string" />
336
- <argument name =" sectionDependentSelector" defaultValue =" {{AdminProductContentSection.sectionHeader}}._show " type =" string" />
336
+ <argument name =" sectionDependentSelector" defaultValue =" {{AdminProductContentSection.sectionHeaderShow}} " type =" string" />
337
337
</arguments >
338
338
<scrollToTopOfPage stepKey =" scrollToTopOfPage" />
339
339
<waitForElementVisible time =" 30" selector =" {{sectionSelector}}" stepKey =" waitForSection" />
Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminProductContentSection" >
12
12
<element name =" sectionHeader" type =" button" selector =" div[data-index='content']" timeout =" 30" />
13
+ <element name =" sectionHeaderShow" type =" button" selector =" div[data-index='content']._show" timeout =" 30" />
13
14
<element name =" descriptionTextArea" type =" textarea" selector =" #product_form_description" />
14
15
<element name =" shortDescriptionTextArea" type =" textarea" selector =" #product_form_short_description" />
15
16
<element name =" sectionHeaderIfNotShowing" type =" button" selector =" //div[@data-index='content']//div[contains(@class, '_hide')]" />
Original file line number Diff line number Diff line change 83
83
<amOnPage url =" {{page}}" stepKey =" goToStorefront" />
84
84
<waitForPageLoad stepKey =" waitForPageLoad" />
85
85
</actionGroup >
86
- <actionGroup name =" navigateToStoreFrontWithStoreView" >
87
- <arguments >
88
- <argument name =" contentType" />
89
- <argument name =" storeView" />
90
- </arguments >
91
- <amOnPage url =" {{storeView.code}}/{{contentType.pageNamePrefix}}{{PageBuilderPageTitle.pageName}}" stepKey =" amOnStoreFrontPage" />
92
- <waitForPageLoad time =" 30" stepKey =" waitForPageLoad" />
93
- </actionGroup >
94
86
<actionGroup name =" saveCMSBlock" >
95
87
<waitForElementVisible selector =" {{CmsNewBlockBlockActionsSection.savePage}}" stepKey =" waitForSaveButton" />
96
88
<click selector =" {{CmsNewBlockBlockActionsSection.savePage}}" stepKey =" clickSaveButton" />
Original file line number Diff line number Diff line change 112
112
<element name =" ClearCompare" type =" button" selector =" #compare-clear-all" />
113
113
<element name =" AcceptClear" type =" button" selector =" .action-primary.action-accept" />
114
114
<element name =" SelectPageButton" type =" button" selector =" //button[@title='Select Page...']" />
115
- <element name =" generalFilter " type =" input" selector =" input.admin__control-text[name='{{arg1}}']" parameterized =" true" />
115
+ <element name =" SelectPageFilterInput " type =" input" selector =" input.admin__control-text[name='{{arg1}}']" parameterized =" true" />
116
116
</section >
117
117
</sections >
You can’t perform that action at this time.
0 commit comments