Skip to content

Commit a692038

Browse files
committed
MC-3235: Add Missing P0-P1 MFTF Tests For Block
- Fixing failing test
1 parent 14e45fe commit a692038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@
541541
<argument name="padding" value="PageBuilderPaddingPropertyUnique"/>
542542
<argument name="index" value="2"/>
543543
</actionGroup>
544-
<see selector="{{BlockOnStorefront.textContent(1, $$createPreReqBlock.content$$)}}" stepKey="seeBlockContentOnCmsStorefront1"/>
545-
<see selector="{{BlockOnStorefront.textContent(2, $$createPreReqBlock.content$$)}}" stepKey="seeBlockContentOnCmsStorefront2"/>
544+
<seeElement selector="{{BlockOnStorefront.textContent('1', $$createPreReqBlock.content$$)}}" stepKey="seeBlockContentOnCmsStorefront1"/>
545+
<seeElement selector="{{BlockOnStorefront.textContent('2', $$createPreReqBlock.content$$)}}" stepKey="seeBlockContentOnCmsStorefront2"/>
546546
</test>
547547
<test name="BlockDelete">
548548
<annotations>

0 commit comments

Comments
 (0)