Skip to content

Commit 336ab80

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-37630: Payment information is displayed broken on "Order Management" Backend page forms
- fixed tests
1 parent 01ede05 commit 336ab80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/User/Test/Constraint/AssertUserRoleRestrictedAccess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class AssertUserRoleRestrictedAccess extends AbstractConstraint
1818
{
19-
const DENIED_ACCESS = 'You need more permissions to access this.';
19+
const DENIED_ACCESS = 'Access denied';
2020

2121
/**
2222
* Asserts that user has only related permissions.

0 commit comments

Comments
 (0)