|
40 | 40 | <waitForElementVisible selector="{{WidgetSection.CMSPage}}" stepKey="waitForPageVisible" />
|
41 | 41 | <click selector="{{WidgetSection.CMSPage}}" stepKey="selectPreCreateCMS" />
|
42 | 42 | <waitForElementNotVisible selector="{{WidgetSection.SelectPageTitle}}" stepKey="waitForSlideOutCloses" />
|
43 |
| - <click selector="{{WidgetSection.InsertWidget}}" stepKey="clickInsertWidget" /> |
44 |
| - <waitForLoadingMaskToDisappear stepKey="waitForLoading" /> |
45 |
| - <waitForElementNotVisible selector="{{WidgetSection.InsertWidgetTitle}}" stepKey="waitForSlideOutCloses1" /> |
| 43 | + <actionGroup ref="AdminClickInsertWidgetActionGroup" stepKey="clickInsertWidget"/> |
| 44 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForLoading"/> |
| 45 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForSlideOutCloses1"/> |
46 | 46 | <click selector="{{BlockNewPagePageActionsSection.expandSplitButton}}" stepKey="expandSplitButton"/>
|
47 | 47 | <click selector="{{BlockNewPagePageActionsSection.saveAndClose}}" stepKey="clickSaveBlock"/>
|
48 | 48 | <actionGroup ref="NavigateToCreatedCMSPageActionGroup" stepKey="navigateToCreatedCMSPage">
|
|
62 | 62 | </actionGroup>
|
63 | 63 | <click selector="{{WidgetSection.BlockPage(_defaultBlock.identifier)}}" stepKey="selectPreCreateBlock" />
|
64 | 64 | <wait time="3" stepKey="wait1" />
|
65 |
| - <click selector="{{WidgetSection.InsertWidget}}" stepKey="clickInsertWidgetBtn" /> |
66 |
| - <waitForLoadingMaskToDisappear stepKey="waitForLoading2" /> |
67 |
| - <waitForPageLoad stepKey="waitForPageLoad6" /> |
| 65 | + <actionGroup ref="AdminClickInsertWidgetActionGroup" stepKey="clickInsertWidgetBtn"/> |
| 66 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForLoading2"/> |
| 67 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageLoad6"/> |
68 | 68 | <click selector="{{CmsNewPagePageActionsSection.expandSplitButton}}" stepKey="expandButtonMenu"/>
|
69 | 69 | <waitForElementVisible selector="{{CmsNewPagePageActionsSection.splitButtonMenu}}" stepKey="waitForSplitButtonMenuVisible"/>
|
70 | 70 | <click selector="{{CmsNewPagePageActionsSection.savePage}}" stepKey="clickSavePage"/>
|
|
85 | 85 | </after>
|
86 | 86 | </test>
|
87 | 87 | </tests>
|
88 |
| - |
0 commit comments