Skip to content

Commit c365a11

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@
15331533
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
15341534
<!-- Validate Stage After Save -->
15351535
<comment userInput="Validate Stage After Save" stepKey="commentValidateStage2"/>
1536-
<waitForElementVisible selector="{{TextOnStage.imageSource('1', ImageUpload3.fileName)}}" stepKey="waitForImageStage2"/>
1536+
<waitForElementVisible selector="{{TextOnStage.textAreaText('1', ImageUpload3.value)}}" stepKey="waitForRawImageSourceToAppearInTextarea"/>
15371537
<!-- Validate Storefront -->
15381538
<comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/>
15391539
<actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront">

0 commit comments

Comments
 (0)