Skip to content

Commit 48dd2a2

Browse files
author
Anna Bukatar
committed
ACP2E-1521: Reset password issue using a different browser to login
1 parent 7014da9 commit 48dd2a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Account/ForgotPasswordPostTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ public function testExecute()
147147
->with('*/*/')
148148
->willReturnSelf();
149149

150+
$this->session->expects($this->once())->method('destroy')->with(['send_expire_cookie']);
151+
150152
$this->controller->execute();
151153
}
152154

0 commit comments

Comments
 (0)