File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Wishlist/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 46
46
<scrollToTopOfPage stepKey =" scrollToTop1" />
47
47
<click stepKey =" clickSwitchStoreMenuForProduct1" selector =" {{AdminProductFormActionSection.changeStoreButton}}" />
48
48
<click stepKey =" clickOnStoreNameItemForProduct1" selector =" {{AdminProductFormChangeStoreSection.storeSelector(customStore.name)}}" />
49
- <click stepKey =" acceptStoreSwitchingForProduct1" selector =" {{AdminProductFormChangeStoreSection.acceptButton}}" />
49
+ <waitForElementVisible selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" waitingForConfirmationModal" />
50
+ <click selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" acceptModal" />
50
51
<click stepKey =" uncheckVisibilityUseDefaultValueForProduct1" selector =" {{AdminProductFormSection.visibilityUseDefault}}" />
51
52
<selectOption stepKey =" makeProductNotVisibleOnSecondaryStoreView" selector =" {{AdminProductFormSection.visibility}}" userInput =" Not Visible Individually" />
52
53
<click stepKey =" saveEditedProductForProduct1" selector =" {{AdminProductFormActionSection.saveButton}}" />
You can’t perform that action at this time.
0 commit comments