Skip to content

Commit 10aeb4e

Browse files
authored
ACQE-7386 | [MFTF TESTS] StorefrontAddProductToCartVerifyThatErrorMessageShouldNotDisappearTest
Test Fix
1 parent 7256951 commit 10aeb4e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/code/Magento/Customer/Test/Mftf/Test/StorefrontAddProductToCartVerifyThatErrorMessageShouldNotDisappearTest.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
23
/**
3-
* Copyright 2024 Adobe
4-
* All Rights Reserved.
5-
*/
4+
* Copyright 2024 Adobe
5+
* All Rights Reserved.
6+
*/
67
-->
78
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
89
<test name="StorefrontAddProductToCartVerifyThatErrorMessageShouldNotDisappearTest">
@@ -20,7 +21,7 @@
2021
<before>
2122
<!-- Set in Stores > Configuration > Catalog > Catalog > Recently Viewed/Compared Products > Synchronize Widget Products With Backend Storage = "Yes" -->
2223
<magentoCLI command="config:set {{EnableSynchronizeWidgetProductsWithBackendStorage.path}} {{EnableSynchronizeWidgetProductsWithBackendStorage.value}}" stepKey="setEnableSynchronizeWidgetProductsWithBackendStorage"/>
23-
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
24+
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
2425
<createData entity="_defaultProduct" stepKey="createSimpleProduct">
2526
<requiredEntity createDataKey="createCategory"/>
2627
</createData>

0 commit comments

Comments
 (0)