We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e70b6 commit c980417Copy full SHA for c980417
dev/tests/integration/testsuite/Magento/Customer/Controller/Account/LoginPostTest.php
@@ -237,6 +237,7 @@ public function testNoFormKeyLoginPostAction(): void
237
*/
238
public function testVisitorForCustomerLoginPostAction(): void
239
{
240
+ $this->assertEmpty($this->generic->getVisitorData());
241
$this->prepareRequest('customer@example.com', 'password');
242
$this->dispatch('customer/account/loginPost');
243
$this->assertTrue($this->session->isLoggedIn());
0 commit comments