Skip to content

Commit 9dfa3f5

Browse files
committed
Functional test param value changes
1 parent c33e058 commit 9dfa3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Test/Mftf/Test/AdminAddBlockWidgetToCMSPageTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Assert block_id value in page content -->
5252
<actionGroup ref="AdminAssertCMSPageContentParamValueActionGroup" stepKey="assertBlockId">
5353
<argument name="param" value="block_id"/>
54-
<argument name="value" value="$$createPreReqBlock.block_id$$"/>
54+
<argument name="value" value="$$createPreReqBlock.id$$"/>
5555
</actionGroup>
5656
</test>
5757
</tests>

0 commit comments

Comments
 (0)