File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3535
3636 <!-- Create Store view -->
3737 <amOnPage url =" {{AdminSystemStorePage.url}}" stepKey =" amOnAdminSystemStorePage" />
38+ <waitForPageLoad stepKey =" waitForAdminSystemStorePage" />
3839 <click selector =" {{AdminStoresMainActionsSection.createStoreViewButton}}" stepKey =" createStoreViewButton" />
3940 <waitForPageLoad stepKey =" waitForProductPageLoad" />
4041 <selectOption userInput =" Second Store" selector =" {{AdminNewStoreSection.storeGrpDropdown}}" stepKey =" selectStoreGroup" />
5859 <actionGroup ref =" EnableWebUrlOptions" stepKey =" addStoreCodeToUrls" />
5960 <!-- Create a Simple Product with Custom Options -->
6061 <amOnPage url =" {{AdminProductIndexPage.url}}" stepKey =" navigateToCatalogProductGrid" />
62+ <waitForPageLoad stepKey =" waitForCatalogProductGrid" />
6163 <click selector =" {{AdminProductGridActionSection.addProductToggle}}" stepKey =" clickAddProductDropdown" />
6264 <click selector =" {{AdminProductGridActionSection.addSimpleProduct}}" stepKey =" clickAddSimpleProduct" />
6365 <fillField userInput =" {{_defaultProduct.name}}" selector =" {{AdminProductFormSection.productName}}" stepKey =" fillName" />
You can’t perform that action at this time.
0 commit comments