|
50 | 50 | <!--Set catalog price scope to Global-->
|
51 | 51 | <comment userInput="Set catalog price scope to Global" stepKey="commentSetPriceScope"/>
|
52 | 52 | <magentoCLI command="config:set catalog/price/scope 0" stepKey="setPriceScopeGlobal"/>
|
53 |
| - <magentoCLI command="indexer:reindex" stepKey="reindex"/> |
| 53 | + <magentoCLI command="indexer:reindex catalog_product_price" stepKey="reindex"/> |
54 | 54 | <magentoCLI command="cache:flush" stepKey="flushCache"/>
|
55 | 55 | </before>
|
56 | 56 | <after>
|
57 | 57 | <!--Set catalog price scope to Global-->
|
58 | 58 | <comment userInput="Set catalog price scope to Global" stepKey="commentSetPriceScope"/>
|
59 | 59 | <magentoCLI command="config:set catalog/price/scope 0" stepKey="setPriceScopeGlobal"/>
|
60 |
| - <magentoCLI command="indexer:reindex" stepKey="reindex"/> |
61 |
| - <magentoCLI command="cache:flush" stepKey="flushCache"/> |
62 | 60 | <!-- Delete created data and log out -->
|
63 | 61 | <comment userInput="Delete created data and log out" stepKey="deleteDataAndLogOut"/>
|
64 | 62 | <deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
|
|
96 | 94 | <!--Set catalog price scope to Website-->
|
97 | 95 | <comment userInput="Set catalog price scope to Website" stepKey="commentSetPriceScope"/>
|
98 | 96 | <magentoCLI command="config:set catalog/price/scope 1" stepKey="setPriceScopeWebsite"/>
|
99 |
| - <magentoCLI command="indexer:reindex" stepKey="reindex"/> |
| 97 | + <magentoCLI command="indexer:reindex catalog_product_price" stepKey="reindex"/> |
100 | 98 | <magentoCLI command="cache:flush" stepKey="flushCache"/>
|
101 | 99 | <!--See available websites only 'All Websites'-->
|
102 | 100 | <comment userInput="See available websites 'All Websites', 'Main Website' and Second website" stepKey="commentCheckWebsitesInProductPage"/>
|
|
115 | 113 | <seeElement selector="{{AdminProductAddFPTValueSection.setWebSiteForFPTOption($$createProductFPTAttribute.attribute_code$$, NewWebSiteData.name)}}" stepKey="checkSecondWebsitesInDropDownSecondTime"/>
|
116 | 114 | <!-- Check if created tax attribute is saved -->
|
117 | 115 | <comment userInput="Check if created tax attribute is saved" stepKey="checkTaxAttributeIsSaved"/>
|
118 |
| - <seeElement selector="{{AdminProductAddFPTValueSection.setTaxValueForFPT($$createProductFPTAttribute.attribute_code$$)}}" stepKey="checkTaxAttributeSaved"/> |
| 116 | + <seeInField selector="{{AdminProductAddFPTValueSection.setTaxValueForFPT($$createProductFPTAttribute.attribute_code$$)}}" userInput="10" stepKey="checkTaxAttributeSaved"/> |
119 | 117 | </test>
|
120 | 118 | </tests>
|
0 commit comments