|
1558 | 1558 | <stories value="Slider"/>
|
1559 | 1559 | <title value="Slide widget placeholder and variable placeholder styling works on inline editing"/>
|
1560 | 1560 | <description value="Verify that widget placeholder and variable placeholder styling works on inline editing"/>
|
1561 |
| - <severity value="CRITICAL"/> |
| 1561 | + <severity value="MAJOR"/> |
1562 | 1562 | <useCaseId value="MC-4150"/>
|
1563 | 1563 | <testCaseId value="MC-4948"/>
|
1564 | 1564 | <group value="pagebuilder"/>
|
1565 | 1565 | <group value="pagebuilder-slide"/>
|
1566 |
| - <group value="pagebuilder-slider"/> |
| 1566 | + <group value="pagebuilder-sliderCommon"/> |
1567 | 1567 | </annotations>
|
1568 | 1568 | <!-- Add Slider -->
|
1569 |
| - <comment userInput="Add Slider" stepKey="commentAddSlider" /> |
| 1569 | + <comment userInput="Add Slider" stepKey="commentAddContentType"/> |
1570 | 1570 | <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup">
|
1571 | 1571 | <argument name="group" value="PageBuilderSliderContentType"/>
|
1572 | 1572 | </actionGroup>
|
|
1575 | 1575 | </actionGroup>
|
1576 | 1576 | <actionGroup ref="saveEditPanelSettings" after="dragContentTypeIntoStage" stepKey="saveEditPanelSettings"/>
|
1577 | 1577 | <click selector="{{SlideOnBackend.tinymce('1')}}" stepKey="focusOnEditorArea1"/>
|
1578 |
| - <waitForElementVisible selector="{{SlideOnBackend.text('1', TinyMCEVariableBaseURL.editPanelValue)}}" stepKey="waitForVariableBaseURLStage"/> |
1579 |
| - <waitForElementVisible selector="{{SlideOnBackend.text('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="waitForWidgetStage"/> |
| 1578 | + <waitForElementVisible selector="{{SlideOnBackend.messageContentText('1', TinyMCEVariableBaseURL.editPanelValue)}}" stepKey="waitForVariableBaseURLStage"/> |
| 1579 | + <waitForElementVisible selector="{{SlideOnBackend.messageContentText('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="waitForWidgetStage"/> |
1580 | 1580 | <executeJS function="return window.getComputedStyle(document.evaluate("{{SlideOnBackend.variablePlaceholder('1')}}", document.body).iterateNext()).getPropertyValue('background-color')" stepKey="getVariableStyle" />
|
1581 | 1581 | <executeJS function="return window.getComputedStyle(document.evaluate("{{SlideOnBackend.widgetPlaceholder('1')}}", document.body).iterateNext()).getPropertyValue('background-color')" stepKey="getWidgetStyle" />
|
1582 | 1582 | <executeJS function="return window.getComputedStyle(document.evaluate("{{SlideOnBackend.variablePlaceholder('1')}}", document.body).iterateNext()).getPropertyValue('background-color')" stepKey="getVariableStyleAfterSave" />
|
1583 | 1583 | <executeJS function="return window.getComputedStyle(document.evaluate("{{SlideOnBackend.widgetPlaceholder('1')}}", document.body).iterateNext()).getPropertyValue('background-color')" stepKey="getWidgetStyleAfterSave" />
|
1584 |
| - <seeElement selector="{{SlideOnFrontend.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/> |
1585 |
| - <seeElement selector="{{SlideOnFrontend.messageContentTextAreaTextWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/> |
| 1584 | + <seeElement selector="{{SlideOnFrontend.messageContentText('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="seeVariableStorefront"/> |
| 1585 | + <seeElement selector="{{SlideOnFrontend.messageContentTextAreaTextWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="seeWidgetStorefront"/> |
| 1586 | + <click selector="{{SlideOnFrontend.messageContentTextAreaTextWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="clickWidgetStorefront"/> |
1586 | 1587 | </test>
|
1587 | 1588 | </tests>
|
0 commit comments