Skip to content

Commit c980417

Browse files
committed
ACP2E-1972: add integration test for "normal flow"
1 parent c2e70b6 commit c980417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/Account/LoginPostTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public function testNoFormKeyLoginPostAction(): void
237237
*/
238238
public function testVisitorForCustomerLoginPostAction(): void
239239
{
240+
$this->assertEmpty($this->generic->getVisitorData());
240241
$this->prepareRequest('customer@example.com', 'password');
241242
$this->dispatch('customer/account/loginPost');
242243
$this->assertTrue($this->session->isLoggedIn());

0 commit comments

Comments
 (0)