|
14 | 14 | <description value="Use Default Value checkboxes for product attribute should be checked for new website scope"/>
|
15 | 15 | <severity value="MAJOR"/>
|
16 | 16 | <testCaseId value="MAGETWO-92990"/>
|
17 |
| - <group value="Catalog"/> |
| 17 | + <group value="catalog"/> |
18 | 18 | </annotations>
|
19 | 19 | <after>
|
20 | 20 | <deleteData url="V1/products/{{_defaultProduct.sku}}" stepKey="deleteProduct"/>
|
21 | 21 | <actionGroup ref="AdminDeleteWebsiteActionGroup" stepKey="deleteSecondWebsite">
|
22 | 22 | <argument name="websiteName" value="Second Website"/>
|
23 | 23 | </actionGroup>
|
24 |
| - <amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/> |
| 24 | + <actionGroup ref="logout" stepKey="logoutOfAdmin"/> |
25 | 25 | </after>
|
26 | 26 | <actionGroup ref="LoginActionGroup" stepKey="loginAsAdmin"/>
|
27 | 27 | <actionGroup ref="AdminCreateWebsiteActionGroup" stepKey="createAdditionalWebsite">
|
|
40 | 40 |
|
41 | 41 | <!--Create a Simple Product -->
|
42 | 42 | <amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToCatalogProductGrid"/>
|
| 43 | + <waitForPageLoad time="30" stepKey="waitForProductsGridPageLoad"/> |
43 | 44 | <click selector="{{AdminProductGridActionSection.addProductToggle}}" stepKey="clickAddProductDropdown"/>
|
44 | 45 | <click selector="{{AdminProductGridActionSection.addSimpleProduct}}" stepKey="clickAddSimpleProduct"/>
|
45 | 46 | <fillField userInput="{{_defaultProduct.name}}" selector="{{AdminProductFormSection.productName}}" stepKey="fillProductName"/>
|
|
58 | 59 | <click selector="{{AdminProductFormActionSection.changeStoreButton}}" stepKey="clickStoreviewSwitcher"/>
|
59 | 60 | <click selector="{{AdminProductFormActionSection.selectStoreView('Second Store View')}}" stepKey="chooseStoreView"/>
|
60 | 61 | <click selector="{{AdminConfirmationModalSection.ok}}" stepKey="acceptStoreSwitchingMessage"/>
|
61 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoad9"/> |
62 | 62 | <see userInput="Second Store View" selector="{{AdminMainActionsSection.storeSwitcher}}" stepKey="seeNewStoreViewName"/>
|
63 | 63 |
|
64 | 64 | <!-- Check if Use Default Value checkboxes are checked -->
|
|
0 commit comments