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 7cd38a0 commit b2a2a4aCopy full SHA for b2a2a4a
dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php
@@ -285,8 +285,8 @@ public function testWithConfirmCreatePostAction()
285
$this->assertSessionMessages(
286
$this->equalTo([
287
'You must confirm your account. Please check your email for the confirmation link or '
288
- . '<a href="http://localhost/index.php/customer/account/confirmation/email/'
289
- . 'test2%40email.com/">click here</a> for a new link.'
+ . '<a href="http://localhost/index.php/customer/account/confirmation/'
+ . '?email=test2%40email.com/">click here</a> for a new link.'
290
]),
291
MessageInterface::TYPE_SUCCESS
292
);
0 commit comments