File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Catalog/Test/Mftf/ActionGroup
Store/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 180
180
<arguments >
181
181
<argument name =" website" type =" string" />
182
182
</arguments >
183
- <scrollTo selector =" {{ProductInWebsitesSection.sectionHeader}}" stepKey =" ScrollToWebsites " />
184
- <click selector =" {{ProductInWebsitesSection.sectionHeader}}" stepKey =" ClickTpOpenProductInWebsite " />
183
+ <scrollTo selector =" {{ProductInWebsitesSection.sectionHeader}}" stepKey =" scrollToWebsites " />
184
+ <conditionalClick selector =" {{ProductInWebsitesSection.sectionHeader}}" dependentSelector = " {{ProductInWebsitesSection.website(website)}} " visible = " false " stepKey =" clickToOpenProductInWebsite " />
185
185
<waitForPageLoad stepKey =" waitForPageOpened" />
186
- <click selector =" {{ProductInWebsitesSection.website(website)}}" stepKey =" SelectWebsite " />
186
+ <click selector =" {{ProductInWebsitesSection.website(website)}}" stepKey =" selectWebsite " />
187
187
<click selector =" {{AdminProductFormAdvancedPricingSection.save}}" stepKey =" clickSaveProduct" />
188
- <waitForPageLoad time =' 60' stepKey =" waitForPageOpened1" />
188
+ <waitForPageLoad time =' 60' stepKey =" waitForProducrSaved" />
189
+ <waitForElementVisible selector =" {{AdminMessagesSection.success}}" stepKey =" waitForSaveSuccessMessage" />
190
+ <see selector =" {{AdminMessagesSection.success}}" userInput =" You saved the product." stepKey =" seeSaveSuccessMessage" />
189
191
</actionGroup >
190
192
191
193
<actionGroup name =" ProductSetAdvancedPricing" >
Original file line number Diff line number Diff line change 11
11
<arguments >
12
12
<argument name =" website" />
13
13
</arguments >
14
+ <scrollToTopOfPage stepKey =" scrollToTop" />
14
15
<click selector =" {{AdminMainActionsSection.storeViewDropdown}}" stepKey =" clickWebsiteSwitchDropdown" />
15
16
<waitForElementVisible selector =" {{AdminMainActionsSection.websiteByName('Main Website')}}" stepKey =" waitForWebsiteAreVisible" />
16
17
<click selector =" {{AdminMainActionsSection.websiteByName(website.name)}}" stepKey =" clickWebsiteByName" />
You can’t perform that action at this time.
0 commit comments