Skip to content

Commit c33e058

Browse files
committed
Functional test fix
1 parent 9fc9263 commit c33e058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2020 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -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.identifier$$"/>
54+
<argument name="value" value="$$createPreReqBlock.block_id$$"/>
5555
</actionGroup>
5656
</test>
5757
</tests>

0 commit comments

Comments
 (0)