|
702 | 702 | <comment userInput="Verify variable on stage" stepKey="commentVerifyImageOnStage"/>
|
703 | 703 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
|
704 | 704 | <waitForElementVisible selector="{{TextOnStage.text('1', TinyMCEVariableBaseURL.editPanelValue)}}" stepKey="waitForVariabBaseURLleStage2"/>
|
| 705 | + <!--Verify ability to double click on variable prior to focusing TinyMCE--> |
| 706 | + <doubleClick selector="{{TextOnStage.directive('1', TinyMCEVariableBaseURL.editPanelValue)}}" stepKey="doubleClickOnVariablePlaceholder2"/> |
| 707 | + <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear2"/> |
| 708 | + <waitForElementVisible selector="{{VariableSection.Radio(TinyMCEVariableBaseURL.variableName)}}" stepKey="waitForVariableAfterDoubleClick"/> |
| 709 | + <waitForElementVisible selector="{{VariableSection.CancelBtnEnabled}}" stepKey="waitForCancelButton"/> |
| 710 | + <click selector="{{VariableSection.CancelBtnEnabled}}" stepKey="clickCancelButton"/> |
| 711 | + <waitForElementNotVisible selector="{{VariableSection.CancelBtnEnabled}}" stepKey="waitForVariableCancelNotVisible"/> |
705 | 712 | <!-- Validate Storefront -->
|
706 | 713 | <comment userInput="Verify variable on storefront" stepKey="commentVerifyEmptyBlock"/>
|
707 | 714 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
|
716 | 723 | <severity value="MAJOR"/>
|
717 | 724 | <useCaseId value="MC-1416"/>
|
718 | 725 | <testCaseId value="MC-3468"/>
|
719 |
| - <group value="pagebuilder"/> |
| 726 | +<!-- <group value="pagebuilder"/>--> |
720 | 727 | <group value="pagebuilder-text"/>
|
721 | 728 | </annotations>
|
722 | 729 | <before>
|
|
747 | 754 | <waitForElementVisible selector="{{TextOnStage.text('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="waitForWidgetStage1"/>
|
748 | 755 | <!--Verify widget edit page-->
|
749 | 756 | <comment userInput="Verify widget edit page" stepKey="commentVerifyEditWidget"/>
|
750 |
| - <doubleClick selector="{{TextOnStage.directive('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="doubleClickOnWidgetPlaceholder"/> |
| 757 | + <doubleClick selector="{{TextOnStage.directive('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="doubleClickOnWidgetPlaceholder"/> |
751 | 758 | <waitForPageLoad stepKey="waitForPageLoad"/>
|
752 | 759 | <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear"/>
|
753 | 760 | <waitForElementVisible selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="waitForWidgetType"/>
|
|
769 | 776 | <comment userInput="Verify Widget Content Type on stage" stepKey="commentVerifyWidgetOnStage"/>
|
770 | 777 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
|
771 | 778 | <waitForElementVisible selector="{{TextOnStage.text('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="waitForWidgetStage2"/>
|
| 779 | + <!--Verify ability to double click on variable prior to focusing TinyMCE--> |
| 780 | + <doubleClick selector="{{TextOnStage.directive('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="doubleClickOnWidgetPlaceholder2"/> |
| 781 | + <waitForPageLoad stepKey="waitForPageLoad2"/> |
| 782 | + <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear6"/> |
| 783 | + <waitForElementVisible selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="waitForWidgetType2"/> |
| 784 | + <click selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="clickInsertWidget3"/> |
| 785 | + <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear7"/> |
772 | 786 | <!-- Validate Storefront -->
|
773 | 787 | <comment userInput="Verify Widget Content Type on storefront" stepKey="commentVerifyWidgetOnStorefront"/>
|
774 | 788 | <amOnPage url="$$createCMSPageA.identifier$$" stepKey="amOnPageTestPage"/>
|
|
0 commit comments