Skip to content

Commit 1cbd84d

Browse files
committed
ACP2E-3813: Updating products using the Mass Action, resulted in an unexpected system logout
1 parent 1fb10d7 commit 1cbd84d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
3+
/**
4+
* Copyright 2022 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -99,6 +99,9 @@
9999
</actionGroup>
100100
<!-- Logout from admin -->
101101
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
102+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
103+
<argument name="indices" value=""/>
104+
</actionGroup>
102105
</after>
103106
<!-- Open the customer edit page -->
104107
<actionGroup ref="AdminOpenCustomerEditPageActionGroup" stepKey="goToCustomerEditPage">

0 commit comments

Comments
 (0)