Skip to content

Commit db0abd1

Browse files
committed
B2B-1967: [AWS Aurora] [MFTF]: Investigate CE Build Test Failures
- Cleaning up tests that don't delete customers
1 parent f223e97 commit db0abd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/StorefrontReviewWithProductFullWidthLayoutTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3434
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
3535
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
36+
<actionGroup ref="DeleteCustomerByEmailActionGroup" stepKey="deleteCustomer">
37+
<argument name="email" value="{{CustomerEntityOne.email}}"/>
38+
</actionGroup>
3639
</after>
3740
<!-- Find created product in product grid and open edit product -->
3841
<actionGroup ref="SearchForProductOnBackendActionGroup" stepKey="findCreatedProductInGrid">

0 commit comments

Comments
 (0)