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 fb7d9fc commit d4ae941Copy full SHA for d4ae941
dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/IndexTest.php
@@ -321,7 +321,7 @@ public function testSaveActionCoreExceptionFormatFormData()
321
* Check that error message is set
322
*/
323
$this->assertSessionMessages(
324
- $this->equalTo(['A customer with the same email already exists in an associated website.']),
+ $this->equalTo(['A customer with the same email address already exists in an associated website.']),
325
\Magento\Framework\Message\MessageInterface::TYPE_ERROR
326
);
327
$this->assertEquals(
0 commit comments