Skip to content

Commit 2ee0396

Browse files
committed
B2B-1967: [AWS Aurora] [MFTF]: Investigate CE Build Test Failures
- Fixing introduced failures
1 parent f8dfef6 commit 2ee0396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
</createData>
3131
</before>
3232
<after>
33-
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3433
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
3534
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
3635
<actionGroup ref="DeleteCustomerByEmailActionGroup" stepKey="deleteCustomer">
3736
<argument name="email" value="{{CustomerEntityOne.email}}"/>
3837
</actionGroup>
3938
<actionGroup ref="ResetAdminDataGridToDefaultViewActionGroup" stepKey="resetGrid"/>
39+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4040
</after>
4141
<!-- Find created product in product grid and open edit product -->
4242
<actionGroup ref="SearchForProductOnBackendActionGroup" stepKey="findCreatedProductInGrid">

0 commit comments

Comments
 (0)