|
128 | 128 | <!-- Verify Text in Tab on storefront -->
|
129 | 129 | <comment userInput="View Tab on storefront" stepKey="viewTabOnStorefront"/>
|
130 | 130 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
131 |
| - <see userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="seeTextContentType"/> |
| 131 | + <seeElementInDOM selector="{{TextOnStorefront.emptyText}}" stepKey="seeTextContentType"/> |
132 | 132 | <seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
|
133 | 133 | <seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
|
134 | 134 | <seeElement selector="{{TextOnStorefront.textAreaWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
|
|
340 | 340 | <waitForElementVisible selector="{{TextOnStage.text('1', TinyMCEVariableCountry.editPanelValue)}}" stepKey="waitForVariableCountryStage1"/>
|
341 | 341 | <!--Select another variable-->
|
342 | 342 | <comment userInput="Select another variable" stepKey="selectAnotherVariable"/>
|
343 |
| - <doubleClick selector="{{TextOnStage.text('1', TinyMCEVariableCountry.editPanelValue)}}" stepKey="doubleClickOnVariablePlaceholder"/> |
| 343 | + <doubleClick selector="{{TextOnStage.directive('1', TinyMCEVariableCountry.editPanelValue)}}" stepKey="doubleClickOnVariablePlaceholder"/> |
344 | 344 | <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear"/>
|
345 | 345 | <waitForElementVisible selector="{{VariableSection.Radio(TinyMCEVariableBaseURL.variableName)}}" stepKey="waitForVariable1"/>
|
346 | 346 | <checkOption selector="{{VariableSection.Radio(TinyMCEVariableBaseURL.variableName)}}" stepKey="selectVariable"/>
|
|
408 | 408 | <waitForElementVisible selector="{{TextOnStage.text('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="waitForWidgetStage1"/>
|
409 | 409 | <!--Verify widget edit page-->
|
410 | 410 | <comment userInput="Verify widget edit page" stepKey="commentVerifyEditWidget"/>
|
411 |
| - <doubleClick selector="{{TextOnStage.text('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="doubleClickOnWidgetPlaceholder"/> |
| 411 | + <doubleClick selector="{{TextOnStage.directive('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="doubleClickOnWidgetPlaceholder"/> |
412 | 412 | <waitForPageLoad stepKey="waitForPageLoad"/>
|
413 | 413 | <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear"/>
|
414 | 414 | <waitForElementVisible selector="{{WidgetSection.CancelBtnEnabled}}" stepKey="waitForWidgetType"/>
|
|
433 | 433 | <!-- Validate Storefront -->
|
434 | 434 | <comment userInput="Verify Widget Content Type on storefront" stepKey="commentVerifyWidgetOnStorefront"/>
|
435 | 435 | <amOnPage url="$$createCMSPageA.identifier$$" stepKey="amOnPageTestPage"/>
|
436 |
| - <seeElement selector="div.block-cms-link a[href='{{_ENV.MAGENTO_BASE_URL}}/$$createCMSPageB.identifier$$']" stepKey="waitForWidgetStorefront"/> |
| 436 | + <seeElement selector="div.block-cms-link a[href='{{_ENV.MAGENTO_BASE_URL}}$$createCMSPageB.identifier$$']" stepKey="waitForWidgetStorefront"/> |
437 | 437 | </test>
|
438 | 438 | <test name="TextVerifyTinyMCE4ToolbarOnPageBuilderStage">
|
439 | 439 | <annotations>
|
|
1701 | 1701 | <!--Verify Content Block on storefront-->
|
1702 | 1702 | <comment userInput="Verify empty Content Block on storefront" stepKey="commentVerifyEmptyBlock"/>
|
1703 | 1703 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
1704 |
| - <see userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="seeTextContentType"/> |
| 1704 | + <seeElementInDOM selector="{{TextOnStorefront.emptyText}}" stepKey="seeTextContentType"/> |
1705 | 1705 | <seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
|
1706 | 1706 | <seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
|
1707 | 1707 | <seeElement selector="{{TextOnStorefront.textAreaWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
|
|
0 commit comments