We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc9263 commit c33e058Copy full SHA for c33e058
app/code/Magento/Cms/Test/Mftf/Test/AdminAddBlockWidgetToCMSPageTest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
+ * Copyright 2020 Adobe
+ * All Rights Reserved.
6
*/
7
-->
8
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -51,7 +51,7 @@
51
<!-- Assert block_id value in page content -->
52
<actionGroup ref="AdminAssertCMSPageContentParamValueActionGroup" stepKey="assertBlockId">
53
<argument name="param" value="block_id"/>
54
- <argument name="value" value="$$createPreReqBlock.identifier$$"/>
+ <argument name="value" value="$$createPreReqBlock.block_id$$"/>
55
</actionGroup>
56
</test>
57
</tests>
0 commit comments