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 35
35
36
36
<!-- Create Store view -->
37
37
<amOnPage url =" {{AdminSystemStorePage.url}}" stepKey =" amOnAdminSystemStorePage" />
38
+ <waitForPageLoad stepKey =" waitForAdminSystemStorePage" />
38
39
<click selector =" {{AdminStoresMainActionsSection.createStoreViewButton}}" stepKey =" createStoreViewButton" />
39
40
<waitForPageLoad stepKey =" waitForProductPageLoad" />
40
41
<selectOption userInput =" Second Store" selector =" {{AdminNewStoreSection.storeGrpDropdown}}" stepKey =" selectStoreGroup" />
58
59
<actionGroup ref =" EnableWebUrlOptions" stepKey =" addStoreCodeToUrls" />
59
60
<!-- Create a Simple Product with Custom Options -->
60
61
<amOnPage url =" {{AdminProductIndexPage.url}}" stepKey =" navigateToCatalogProductGrid" />
62
+ <waitForPageLoad stepKey =" waitForCatalogProductGrid" />
61
63
<click selector =" {{AdminProductGridActionSection.addProductToggle}}" stepKey =" clickAddProductDropdown" />
62
64
<click selector =" {{AdminProductGridActionSection.addSimpleProduct}}" stepKey =" clickAddSimpleProduct" />
63
65
<fillField userInput =" {{_defaultProduct.name}}" selector =" {{AdminProductFormSection.productName}}" stepKey =" fillName" />
You can’t perform that action at this time.
0 commit comments