Skip to content

Commit 2880ddb

Browse files
committed
MC-3565: Build stabilization for MC-1438
Fix another expected result of adding image to disabled text content type on stage; should see it as text
1 parent f9c76a9 commit 2880ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,12 +1528,12 @@
15281528
<actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
15291529
<!-- Validate Stage -->
15301530
<comment userInput="Validate Stage" stepKey="commentValidateStage"/>
1531-
<waitForElementVisible selector="{{TextOnStage.imageSource('1', ImageUpload3.fileName)}}" stepKey="waitForImageStage1"/>
1531+
<waitForElementVisible selector="{{TextOnStage.textAreaText('1', ImageUpload3.value)}}" stepKey="waitForRawImageSourceToAppearInTextarea"/>
15321532
<actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/>
15331533
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
15341534
<!-- Validate Stage After Save -->
15351535
<comment userInput="Validate Stage After Save" stepKey="commentValidateStage2"/>
1536-
<waitForElementVisible selector="{{TextOnStage.textAreaText('1', ImageUpload3.value)}}" stepKey="waitForRawImageSourceToAppearInTextarea"/>
1536+
<waitForElementVisible selector="{{TextOnStage.textAreaText('1', ImageUpload3.value)}}" stepKey="waitForRawImageSourceToAppearInTextarea2"/>
15371537
<!-- Validate Storefront -->
15381538
<comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/>
15391539
<actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">

0 commit comments

Comments
 (0)