|
28 | 28 | </actionGroup>
|
29 | 29 | <actionGroup ref="logout" stepKey="logout"/>
|
30 | 30 | </after>
|
31 |
| - <amOnPage url="{{CmsNewBlock.url}}" stepKey="amOnBlocksCreationForm"/> |
32 |
| - <waitForPageLoad stepKey="waitForPageLoad1"/> |
33 |
| - <!--Verify Save&Duplicate button and Save&Close button--> |
34 |
| - <click selector="{{BlockNewPagePageActionsSection.expandSplitButton}}" stepKey="expandSplitBtn1" /> |
35 |
| - <see selector="{{BlockNewPagePageActionsSection.saveAndDuplicate}}" userInput="Save & Duplicate" stepKey="seeSaveAndDuplicate"/> |
36 |
| - <see selector="{{BlockNewPagePageActionsSection.saveAndClose}}" userInput="Save & Close" stepKey="seeSaveAndClose"/> |
| 31 | + <!-- Navigate to create cms block page and verify save split button --> |
| 32 | + <actionGroup ref="VerifyCmsBlockSaveSplitButtonActionGroup" stepKey="verifyCmsBlockSaveButton" /> |
37 | 33 | <!--Create new CMS Block page-->
|
38 | 34 | <actionGroup ref="FillOutBlockContent" stepKey="FillOutBlockContent"/>
|
39 |
| - <click selector="{{BlockNewPagePageActionsSection.expandSplitButton}}" stepKey="expandSplitBtn2" /> |
40 |
| - <click selector="{{BlockNewPagePageActionsSection.saveAndDuplicate}}" stepKey="clickSaveAndDuplicate" /> |
41 |
| - <waitForPageLoad stepKey="waitForPageLoad3"/> |
42 |
| - <see userInput="You saved the block." stepKey="seeSavedBlockMsgOnForm"/> |
43 |
| - <see userInput="You duplicated the block." stepKey="seeDuplicatedBlockMsg"/> |
| 35 | + <!-- Click save and duplicate action --> |
| 36 | + <actionGroup ref="SaveAndDuplicateCMSBlockWithSplitButtonActionGroup" stepKey="clickSaveAndDuplicateButton" /> |
| 37 | + |
44 | 38 | <!--Verify duplicated CMS Block Page-->
|
45 | 39 | <seeElement selector="{{BlockNewPageBasicFieldsSection.isActive('0')}}" stepKey="seeBlockNotEnable" />
|
46 | 40 | <actionGroup ref="AssertBlockContent" stepKey="assertContent"/>
|
47 |
| - <click selector="{{BlockNewPagePageActionsSection.expandSplitButton}}" stepKey="expandSplitBtn3" /> |
48 |
| - <click selector="{{BlockNewPagePageActionsSection.saveAndClose}}" stepKey="clickSaveAndClose"/> |
49 |
| - <see userInput="You saved the block." stepKey="seeSavedBlockMsgOnGrid"/> |
| 41 | + <!-- Click save and close button --> |
| 42 | + <actionGroup ref="SaveAndCloseCMSBlockWithSplitButtonActionGroup" stepKey="saveAndCloseAction" /> |
50 | 43 | <seeElement selector="div[data-role='grid-wrapper']" stepKey="seeGridPage" />
|
51 | 44 | </test>
|
52 | 45 | </tests>
|
0 commit comments