Skip to content

Commit 8b4c1fa

Browse files
MAGETWO-91559: Static blocks with same ID appear in place of correct block
- Update automated test
1 parent e61b23a commit 8b4c1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="CheckStaticBlocksTest">
1212
<annotations>
1313
<features value="Cms"/>
@@ -63,10 +63,10 @@
6363
<see userInput="A block identifier with the same properties already exists in the selected store." stepKey="VerifyBlockIsSaved1"/>
6464

6565
<after>
66-
<actionGroup ref="DeleteCMSBlockActionGroup" stepKey="DeleteCMSBlockActionGroup"/>
6766
<actionGroup ref="AdminDeleteWebsiteActionGroup" stepKey="DeleteWebsite">
6867
<argument name="websiteName" value="secondWebsite"/>
6968
</actionGroup>
69+
<actionGroup ref="DeleteCMSBlockActionGroup" stepKey="DeleteCMSBlockActionGroup"/>
7070
</after>
7171
</test>
7272
</tests>

0 commit comments

Comments
 (0)