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 4a6875e commit 4b1f2f0Copy full SHA for 4b1f2f0
dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserFailedLoginMessage.php
@@ -33,9 +33,9 @@ public function processAssert(
33
$adminAuth->getLoginBlock()->submit();
34
35
\PHPUnit_Framework_Assert::assertEquals(
36
- self::INVALID_CREDENTIALS_MESSAGE,
+ self::FAILED_LOGIN_MESSAGE,
37
$adminAuth->getMessagesBlock()->getErrorMessages(),
38
- 'Message "' . self::INVALID_CREDENTIALS_MESSAGE . '" is not visible.'
+ 'Message "' . self::FAILED_LOGIN_MESSAGE . '" is not visible.'
39
);
40
}
41
0 commit comments