|
42 | 42 |
|
43 | 43 | <!-- Open 3rd Level category -->
|
44 | 44 | <actionGroup ref="AdminExpandCategoryTreeActionGroup" stepKey="clickOnExpandTree"/>
|
45 |
| - <actionGroup ref="AdminCategoriesOpenCategoryActionGroup" stepKey="openCategory"> |
| 45 | + <actionGroup ref="AdminCategoriesOpenCategoryActionGroup" stepKey="selectCategory"> |
46 | 46 | <argument name="category" value="$$createThreeLevelNestedCategories$$"/>
|
47 | 47 | </actionGroup>
|
| 48 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageToLoad"/> |
48 | 49 |
|
49 | 50 | <!--Update category UrlKey and check permanent redirect for old URL -->
|
50 |
| - <actionGroup ref="AdminSelectPermanentRedirectCheckBoxActionGroup" stepKey="changeSeoUrlKey"> |
| 51 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="scrollToSearchEngineOptimization1"/> |
| 52 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectSearchEngineOptimization"/> |
| 53 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageToLoad1"/> |
| 54 | + <actionGroup ref="AdminSelectPermanentRedirectCheckBoxActionGroup" stepKey="updateUrlKey"> |
51 | 55 | <argument name="value" value="updateredirecturl"/>
|
52 | 56 | </actionGroup>
|
53 |
| - <actionGroup ref="AssertAdminCategorySaveSuccessMessageActionGroup" stepKey="assertSuccessMessage"/> |
| 57 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="checkPermanentRedirectCheckBox"/> |
| 58 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectSearchEngineOptimization1"/> |
| 59 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="saveUpdatedCategory"/> |
| 60 | + <actionGroup ref="AssertAdminCategorySaveSuccessMessageActionGroup" stepKey="seeSuccessMessage"/> |
54 | 61 |
|
55 | 62 | <!-- Get Category ID -->
|
56 | 63 | <grabFromCurrentUrl stepKey="categoryId" regex="#\/([0-9]*)?\/$#"/>
|
57 | 64 |
|
| 65 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="openUrlRewriteIndexPage"/> |
| 66 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForUrlRewritePage"/> |
58 | 67 | <!-- Verify third level category's Redirect Path, Target Path and Redirect Type for updated URL-->
|
| 68 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickOnResetButton"/> |
| 69 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageToLoad2"/> |
| 70 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="openUrlRewriteGridFilters"/> |
| 71 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="fillUpdatedURLInRedirectPathFilter"/> |
| 72 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickOrderApplyFilters"/> |
| 73 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageToLoad3"/> |
| 74 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeTheRedirectType"/> |
| 75 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeTheTargetPath"/> |
| 76 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeTheRedirectPath"/> |
59 | 77 | <actionGroup ref="AdminSearchByRequestPathActionGroup" stepKey="searchByRequestPath">
|
60 | 78 | <argument name="redirectPath" value="$$createDefaultCategory.name$$/$$createTwoLevelNestedCategories.name$$/updateredirecturl.html" />
|
61 | 79 | <argument name="redirectType" value="No" />
|
62 | 80 | <argument name="targetPath" value="catalog/category/view/id/{$categoryId}"/>
|
63 | 81 | </actionGroup>
|
64 | 82 |
|
65 | 83 | <!-- Verify third level category's Redirect path, Target Path and Redirect type for old URL -->
|
| 84 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickOnResetButton1"/> |
| 85 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageToLoad4"/> |
| 86 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="openUrlRewriteGridFilters1"/> |
| 87 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="fillOldUrlInRedirectPathFilter"/> |
| 88 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickOrderApplyFilters1"/> |
| 89 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageToLoad5"/> |
| 90 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeTheRedirectPathForOldUrl"/> |
| 91 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeTheTargetPathForOldUrl"/> |
| 92 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeTheRedirectTypeForOldUrl"/> |
66 | 93 | <actionGroup ref="AdminSearchByRequestPathActionGroup" stepKey="searchByRequestPathForOldUrl">
|
67 | 94 | <argument name="redirectPath" value="$$createDefaultCategory.name$$/$$createTwoLevelNestedCategories.name$$/$$createThreeLevelNestedCategories.name$$.html" />
|
68 | 95 | <argument name="redirectType" value="Permanent (301)" />
|
|
0 commit comments