File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Catalog/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 258
258
<argument name =" website" type =" string" />
259
259
</arguments >
260
260
<scrollTo selector =" {{ProductInWebsitesSection.sectionHeader}}" stepKey =" scrollToWebsites" />
261
- <click selector =" {{ProductInWebsitesSection.sectionHeader}}" stepKey =" clickTpOpenProductInWebsite " />
261
+ <click selector =" {{ProductInWebsitesSection.sectionHeader}}" stepKey =" clickToOpenProductInWebsite " />
262
262
<waitForPageLoad stepKey =" waitForPageOpened" />
263
263
<checkOption selector =" {{ProductInWebsitesSection.website(website)}}" stepKey =" selectWebsite" />
264
264
</actionGroup >
Original file line number Diff line number Diff line change 64
64
<uncheckOption selector =" {{ProductInWebsitesSection.website('Main Website')}}" stepKey =" uncheckWebsite" />
65
65
<click selector =" {{AdminProductFormActionSection.saveButton}}" stepKey =" clickSaveProduct" />
66
66
<see selector =" {{AdminProductMessagesSection.successMessage}}" userInput =" You saved the product."
67
- stepKey =" seeAssertSuccessMessage " />
67
+ stepKey =" seeSuccessMessage " />
68
68
69
69
<!-- Set filter to product name and product2 in website 2 only -->
70
70
<amOnPage url =" {{AdminProductIndexPage.url}}" stepKey =" navigateToProductIndex" />
79
79
<uncheckOption selector =" {{ProductInWebsitesSection.website('Main Website')}}" stepKey =" uncheckWebsite1" />
80
80
<click selector =" {{AdminProductFormActionSection.saveButton}}" stepKey =" clickSaveProduct1" />
81
81
<see selector =" {{AdminProductMessagesSection.successMessage}}" userInput =" You saved the product."
82
- stepKey =" seeAssertSuccessMessage1 " />
82
+ stepKey =" seeSuccessMessage1 " />
83
83
84
84
<!-- Set filter to product name and product12 assigned to both websites 1 and 2 -->
85
85
<amOnPage url =" {{AdminProductIndexPage.url}}" stepKey =" navigateToProductIndex1" />
93
93
</actionGroup >
94
94
<click selector =" {{AdminProductFormActionSection.saveButton}}" stepKey =" clickSaveProduct2" />
95
95
<see selector =" {{AdminProductMessagesSection.successMessage}}" userInput =" You saved the product."
96
- stepKey =" seeAssertSuccessMessage2 " />
96
+ stepKey =" seeSuccessMessage2 " />
97
97
</before >
98
98
<after >
99
99
<actionGroup ref =" AdminDeleteWebsiteActionGroup" stepKey =" deleteWebsite" >
You can’t perform that action at this time.
0 commit comments