Skip to content

Commit d70ba60

Browse files
committed
MC-3299: Build Stabilization for Sprint 13 PR - MC-3297
1 parent fbde193 commit d70ba60

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTextTest.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@
123123
</actionGroup>
124124
<actionGroup ref="saveImage" stepKey="insertImage"/>
125125
<actionGroup ref="fillOutUploadImagePopup" stepKey="fillOutUploadImagePopup" />
126-
<seeElement selector="{{CmsWYSIWYGSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSourceOnStage"/>
126+
<seeElement selector="{{CmsWYSIWYGSection.ImageAlt(ImageUpload3.content)}}" stepKey="assertMediaSourceOnStage"/>
127127
<actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/>
128128
<!-- Verify Text in Tab on storefront -->
129129
<comment userInput="View Tab on storefront" stepKey="viewTabOnStorefront"/>
130130
<amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
131131
<see userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="seeTextContentType"/>
132132
<seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
133-
<seeElement selector="{{TextOnStorefront.text('1', '{{_ENV.MAGENTO_BASE_URL}}')}}" stepKey="waitForVariableStorefront"/>
134-
<seeElement selector="{{TextOnStorefront.textAreaWidget('1', '{{_ENV.MAGENTO_BASE_URL}}', $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
133+
<seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
134+
<seeElement selector="{{TextOnStorefront.textAreaWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
135135
</test>
136136
<test name="TextSaveEmptyTextContentType">
137137
<annotations>
@@ -445,7 +445,6 @@
445445
<testCaseId value="MC-3463"/>
446446
<group value="pagebuilder"/>
447447
<group value="pagebuilder-text"/>
448-
<group value="ira"/>
449448
</annotations>
450449
<before>
451450
<createData entity="_defaultCmsPage" stepKey="createCMSPage" />
@@ -524,7 +523,6 @@
524523
<severity value="CRITICAL"/>
525524
<useCaseId value="MC-1412"/>
526525
<testCaseId value="MAGETWO-90274"/>
527-
<!--<group value="ira"/>-->
528526
<group value="pagebuilder"/>
529527
<group value="pagebuilder-text"/>
530528
</annotations>
@@ -1696,14 +1694,15 @@
16961694
</actionGroup>
16971695
<actionGroup ref="saveImage" stepKey="insertImage"/>
16981696
<actionGroup ref="fillOutUploadImagePopup" stepKey="fillOutUploadImagePopup" />
1699-
<seeElement selector="{{CmsWYSIWYGSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSourceOnStage"/>
1697+
<waitForElementVisible selector="{{CmsWYSIWYGSection.ImageAlt(ImageUpload3.content)}}" stepKey="waitForImage"/>
1698+
<seeElement selector="{{CmsWYSIWYGSection.ImageAlt(ImageUpload3.content)}}" stepKey="assertMediaSourceOnStage"/>
17001699
<actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage2"/>
17011700
<!--Verify Content Block on storefront-->
17021701
<comment userInput="Verify empty Content Block on storefront" stepKey="commentVerifyEmptyBlock"/>
17031702
<amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
17041703
<see userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="seeTextContentType"/>
17051704
<seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
17061705
<seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
1707-
<seeElement selector="{{TextOnStorefront.textAreaWidget('1', '{{_ENV.MAGENTO_BASE_URL}}', $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
1706+
<seeElement selector="{{TextOnStorefront.textAreaWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/>
17081707
</test>
17091708
</tests>

0 commit comments

Comments
 (0)