|
38 | 38 | <selectOption selector="{{CmsNewWidgetUpdateLayoutSection.SpecificCategories}}" userInput="Specific Categories" stepKey="selectSpecificCategoryRadioButton"/> |
39 | 39 | <click selector="{{CmsNewWidgetUpdateLayoutSection.CategoryChooserButton}}" stepKey="clickCategoryChooserButton"/> |
40 | 40 | <waitForPageLoad stepKey="waitForRootCategoryToLoad"/> |
41 | | - <click selector="{{CmsNewWidgetUpdateLayoutSection.RootCat(RootCat)}}" stepKey="clickRootCat"/> |
| 41 | + <click selector="{{CmsNewWidgetUpdateLayoutSection.BranchCat(RootCat)}}" stepKey="clickRootCat"/> |
42 | 42 | <waitForPageLoad stepKey="waitForRootCategoryToExpand"/> |
43 | | - <click selector="{{CmsNewWidgetUpdateLayoutSection.FirstSubCat(FirstSubCat)}}" stepKey="clickFirstSubCat"/> |
| 43 | + <click selector="{{CmsNewWidgetUpdateLayoutSection.BranchCat(FirstSubCat)}}" stepKey="clickFirstSubCat"/> |
44 | 44 | <waitForPageLoad stepKey="waitForFirstSubCatToExpand"/> |
45 | | - <click selector="{{CmsNewWidgetUpdateLayoutSection.SecondSubCat(SecondSubCat)}}" stepKey="expandSecondSubCat"/> |
| 45 | + <click selector="{{CmsNewWidgetUpdateLayoutSection.BranchCat(SecondSubCat)}}" stepKey="expandSecondSubCat"/> |
46 | 46 | <waitForPageLoad stepKey="waitForSecondSubCatToExpand"/> |
47 | | - <click selector="{{CmsNewWidgetUpdateLayoutSection.ThirdSubCat(ThirdSubCat)}}" stepKey="expandThirdFirstSubCat"/> |
| 47 | + <click selector="{{CmsNewWidgetUpdateLayoutSection.BranchCat(ThirdSubCat)}}" stepKey="expandThirdFirstSubCat"/> |
48 | 48 | <waitForPageLoad stepKey="waitForThirdSubCatToExpand"/> |
49 | | - <click selector="{{CmsNewWidgetUpdateLayoutSection.FourthSubCat(FourthSubCat)}}" stepKey="expandFourthSubCat"/> |
| 49 | + <click selector="{{CmsNewWidgetUpdateLayoutSection.BranchCat(FourthSubCat)}}" stepKey="expandFourthSubCat"/> |
50 | 50 | <waitForPageLoad stepKey="waitForFourthSubCatToExpand"/> |
51 | | - <click selector="{{CmsNewWidgetUpdateLayoutSection.FifthSubCat(FifthSubCat)}}" stepKey="expandFifthSubCat"/> |
| 51 | + <click selector="{{CmsNewWidgetUpdateLayoutSection.BranchCat(FifthSubCat)}}" stepKey="expandFifthSubCat"/> |
52 | 52 | <waitForPageLoad stepKey="waitForFifthSubCatToExpand"/> |
53 | 53 | <grabMultiple selector="{{CmsNewWidgetUpdateLayoutSection.CountAllNestedCat}}" stepKey="countNestedCategory"/> |
54 | 54 | <assertCount stepKey="check"> |
|
0 commit comments