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 b4548b7 commit ef914e6Copy full SHA for ef914e6
dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php
@@ -254,11 +254,11 @@ public function testActiveUserConfirmationAction()
254
);
255
256
$this->dispatch('customer/account/confirmation');
257
- $this->assertRedirect($this->stringContains('customer/account/index'));
+ $this->assertRedirect($this->stringContains('customer/account/confirmation'));
258
$this->assertSessionMessages(
259
$this->equalTo(
260
[
261
- 'This email does not require confirmation.',
+ 'Wrong email.',
262
]
263
),
264
MessageInterface::TYPE_SUCCESS
0 commit comments