|
44 | 44 | <!--Select Display Setting and fill the options-->
|
45 | 45 | <scrollTo selector="{{CategoryDisplaySettingsSection.DisplaySettingTab}}" x="0" y="-80" stepKey="scrollToDisplaySetting"/>
|
46 | 46 | <click selector="{{CategoryDisplaySettingsSection.DisplaySettingTab}}" stepKey="selectDisplaySetting"/>
|
47 |
| - <selectOption selector="{{CategoryDisplaySettingsSection.DisplayMode}}" userInput="PRODUCTS_AND_PAGE" stepKey="selectDisplayMode"/> |
48 |
| - <checkOption selector="{{CategoryDisplaySettingsSection.Anchor}}" stepKey="enableAnchor"/> |
49 |
| - <click selector="{{CategoryDisplaySettingsSection.ProductListCheckBox}}" stepKey="enableTheAvailableProductList"/> |
50 |
| - <selectOption selector="{{CategoryDisplaySettingsSection.ProductList}}" parameterArray="['Position', 'Product Name', 'Price']" stepKey="selectPrice"/> |
51 |
| - <scrollTo selector="{{CategoryDisplaySettingsSection.DefaultProductLisCheckBox}}" x="0" y="-80" stepKey="scrollToDefaultProductList"/> |
52 |
| - <click selector="{{CategoryDisplaySettingsSection.DefaultProductLisCheckBox}}" stepKey="enableTheDefaultProductList"/> |
53 |
| - <selectOption selector="{{CategoryDisplaySettingsSection.DefaultProductList}}" userInput="name" stepKey="selectProductName"/> |
54 |
| - <scrollTo selector="{{CategoryDisplaySettingsSection.LayeredNavigationPriceCheckBox}}" x="0" y="-80" stepKey="scrollToLayeredNavPrice"/> |
55 |
| - <click selector="{{CategoryDisplaySettingsSection.LayeredNavigationPriceCheckBox}}" stepKey="enableLayeredNavigationPrice"/> |
| 47 | + <selectOption selector="{{CategoryDisplaySettingsSection.displayMode}}" userInput="PRODUCTS_AND_PAGE" stepKey="selectdisplayMode"/> |
| 48 | + <checkOption selector="{{CategoryDisplaySettingsSection.anchor}}" stepKey="enableAnchor"/> |
| 49 | + <click selector="{{CategoryDisplaySettingsSection.productListCheckBox}}" stepKey="enableTheAvailableProductList"/> |
| 50 | + <selectOption selector="{{CategoryDisplaySettingsSection.productList}}" parameterArray="['Position', 'Product Name', 'Price']" stepKey="selectPrice"/> |
| 51 | + <scrollTo selector="{{CategoryDisplaySettingsSection.defaultProductLisCheckBox}}" x="0" y="-80" stepKey="scrollToDefaultProductList"/> |
| 52 | + <click selector="{{CategoryDisplaySettingsSection.defaultProductLisCheckBox}}" stepKey="enableTheDefaultProductList"/> |
| 53 | + <selectOption selector="{{CategoryDisplaySettingsSection.defaultProductList}}" userInput="name" stepKey="selectProductName"/> |
| 54 | + <scrollTo selector="{{CategoryDisplaySettingsSection.layeredNavigationPriceCheckBox}}" x="0" y="-80" stepKey="scrollToLayeredNavPrice"/> |
| 55 | + <click selector="{{CategoryDisplaySettingsSection.layeredNavigationPriceCheckBox}}" stepKey="enableLayeredNavigationPrice"/> |
56 | 56 | <fillField selector="{{CategoryDisplaySettingsSection.layeredNavigationPriceInput}}" userInput="5.5" stepKey="fillThePrice"/>
|
57 | 57 | <!--Search the products and select the category products-->
|
58 |
| - <scrollTo selector="{{AdminCategoryBasicFieldSection.ProductsInCategory}}" x="0" y="-80" stepKey="scrollToProductInCategory"/> |
59 |
| - <click selector="{{AdminCategoryBasicFieldSection.ProductsInCategory}}" stepKey="clickOnProductInCategory"/> |
| 58 | + <scrollTo selector="{{AdminCategoryBasicFieldSection.productsInCategory}}" x="0" y="-80" stepKey="scrollToProductInCategory"/> |
| 59 | + <click selector="{{AdminCategoryBasicFieldSection.productsInCategory}}" stepKey="clickOnProductInCategory"/> |
60 | 60 | <fillField selector="{{AdminCategoryContentSection.ProductTableColumnName}}" userInput="$$simpleProduct.name$$" stepKey="selectProduct"/>
|
61 | 61 | <click selector="{{AdminCategoryContentSection.ProductSearch}}" stepKey="clickSearchButton"/>
|
62 | 62 | <click selector="{{AdminCategoryContentSection.ProductTableRow}}" stepKey="selectProductFromTableRow"/>
|
63 |
| - <click selector="{{AdminCategoryMainActionsSection.SaveButton}}" stepKey="slickSaveButton"/> |
| 63 | + <click selector="{{AdminCategoryMainActionsSection.SaveButton}}" stepKey="clickSaveButton"/> |
64 | 64 | <waitForPageLoad stepKey="waitForCategorySaved"/>
|
65 | 65 | <see selector="{{AdminCategoryMessagesSection.SuccessMessage}}" userInput="You saved the category." stepKey="assertSuccessMessage"/>
|
66 | 66 | <waitForPageLoad stepKey="waitForPageTitleToBeSaved"/>
|
|
0 commit comments