|
10 | 10 | <test name="AdminCheckUrlRewritesCorrectlyGeneratedForMultipleStoreviewsDuringProductImportTest">
|
11 | 11 | <annotations>
|
12 | 12 | <features value="Url Rewrite"/>
|
13 |
| - <stories value="Url Rewrites Correctly Generated for Multiple Storeviews During Product Import"/> |
| 13 | + <stories value="Url Rewrites for Multiple Storeviews"/> |
14 | 14 | <title value="Url Rewrites Correctly Generated for Multiple Storeviews During Product Import"/>
|
15 | 15 | <description value="Check Url Rewrites Correctly Generated for Multiple Storeviews During Product Import."/>
|
16 | 16 | <severity value="CRITICAL"/>
|
17 | 17 | <testCaseId value="MAGETWO-68980"/>
|
18 |
| - <group value="urlRewrite123"/> |
| 18 | + <group value="urlRewrite"/> |
19 | 19 | </annotations>
|
20 | 20 | <before>
|
21 | 21 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
|
24 | 24 | <argument name="customStore" value="customStoreENNotUnique"/>
|
25 | 25 | </actionGroup>
|
26 | 26 | <!-- Create Store View NL -->
|
27 |
| - <actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="createStoreViewFr"> |
| 27 | + <actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="createStoreViewNl"> |
28 | 28 | <argument name="customStore" value="customStoreNLNotUnique"/>
|
29 | 29 | </actionGroup>
|
30 | 30 | <createData entity="ApiCategory" stepKey="createCategory">
|
|
38 | 38 | <argument name="name" value="productformagetwo68980"/>
|
39 | 39 | </actionGroup>
|
40 | 40 | <actionGroup ref="clearFiltersAdminDataGrid" stepKey="clearFiltersIfSet"/>
|
41 |
| - <amOnPage url="{{AdminLogoutPage.url}}" stepKey="amOnLogoutPage"/> |
| 41 | + <actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteStoreViewEn"> |
| 42 | + <argument name="customStore" value="customStoreENNotUnique"/> |
| 43 | + </actionGroup> |
| 44 | + <actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteStoreViewNl"> |
| 45 | + <argument name="customStore" value="customStoreNLNotUnique"/> |
| 46 | + </actionGroup> |
| 47 | + <actionGroup ref="logout" stepKey="logout"/> |
42 | 48 | </after>
|
43 | 49 | <actionGroup ref="switchCategoryStoreView" stepKey="switchToStoreViewEn">
|
44 | 50 | <argument name="Store" value="customStoreENNotUnique.name"/>
|
|
93 | 99 | <seeElement selector="{{AdminUrlRewriteIndexSection.requestPathColumnValue('productformagetwo68980-english.html')}}" stepKey="seeUrlInRequestPathColumn2"/>
|
94 | 100 | <seeElement selector="{{AdminUrlRewriteIndexSection.targetPathColumnValue('catalog/product/view/id/$grabProductIdFromUrl')}}" stepKey="seeUrlInTargetPathColumn2"/>
|
95 | 101 |
|
96 |
| - <fillField selector="{{AdminUrlRewriteIndexSection.requestPathFilter}}" userInput="productformagetwo68980-dutch.html" stepKey="inputProductUrlForENStoreViewdfdf"/> |
| 102 | + <fillField selector="{{AdminUrlRewriteIndexSection.requestPathFilter}}" userInput="productformagetwo68980-dutch.html" stepKey="inputProductUrlForENStoreView1"/> |
97 | 103 | <click selector="{{AdminDataGridHeaderSection.applyFilters}}" stepKey="clickSearchButton3"/>
|
98 | 104 | <seeElement selector="{{AdminUrlRewriteIndexSection.requestPathColumnValue('productformagetwo68980-dutch.html')}}" stepKey="seeUrlInRequestPathColumn3"/>
|
99 | 105 | <seeElement selector="{{AdminUrlRewriteIndexSection.targetPathColumnValue('catalog/product/view/id/$grabProductIdFromUrl')}}" stepKey="seeUrlInTargetPathColumn3"/>
|
100 | 106 |
|
101 |
| - <fillField selector="{{AdminUrlRewriteIndexSection.requestPathFilter}}" userInput="category-english/productformagetwo68980-english.html" stepKey="inputProductUrlForENStoreViewdfdefef"/> |
| 107 | + <fillField selector="{{AdminUrlRewriteIndexSection.requestPathFilter}}" userInput="category-english/productformagetwo68980-english.html" stepKey="inputProductUrlForENStoreView2"/> |
102 | 108 | <click selector="{{AdminDataGridHeaderSection.applyFilters}}" stepKey="clickSearchButton4"/>
|
103 | 109 | <seeElement selector="{{AdminUrlRewriteIndexSection.requestPathColumnValue('category-english/productformagetwo68980-english.html')}}" stepKey="seeUrlInRequestPathColumn4"/>
|
104 | 110 | <seeElement selector="{{AdminUrlRewriteIndexSection.targetPathColumnValue(catalog/product/view/id/$grabProductIdFromUrl/category/$$createCategory.id$$)}}" stepKey="seeUrlInTargetPathColumn4"/>
|
105 | 111 |
|
106 |
| - <fillField selector="{{AdminUrlRewriteIndexSection.requestPathFilter}}" userInput="category-dutch/productformagetwo68980-dutch.html" stepKey="inputProductUrlForENStoreViewdfefdefef"/> |
| 112 | + <fillField selector="{{AdminUrlRewriteIndexSection.requestPathFilter}}" userInput="category-dutch/productformagetwo68980-dutch.html" stepKey="inputProductUrlForENStoreView3"/> |
107 | 113 | <click selector="{{AdminDataGridHeaderSection.applyFilters}}" stepKey="clickSearchButton5"/>
|
108 | 114 | <seeElement selector="{{AdminUrlRewriteIndexSection.requestPathColumnValue('category-dutch/productformagetwo68980-dutch.html')}}" stepKey="seeUrlInRequestPathColumn5"/>
|
109 | 115 | <seeElement selector="{{AdminUrlRewriteIndexSection.targetPathColumnValue(catalog/product/view/id/$grabProductIdFromUrl/category/$$createCategory.id$$)}}" stepKey="seeUrlInTargetPathColumn5"/>
|
|
0 commit comments