Skip to content

Commit f16341b

Browse files
committed
MC-21862: [Integration] Automate MC-11658
1 parent 3171173 commit f16341b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ public function testRegisterCustomerWithEmailConfirmation(): void
802802
$this->equalTo(["Thank you for registering with {$name}."]),
803803
MessageInterface::TYPE_SUCCESS
804804
);
805+
$this->assertEmpty($customerRepository->get($email)->getConfirmation());
805806
}
806807

807808
/**

0 commit comments

Comments
 (0)