mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
committed by
Eugenio Romano
parent
53d96679ea
commit
e39a2b149b
@@ -44,7 +44,7 @@ describe('Error Component', () => {
|
||||
|
||||
});
|
||||
|
||||
it('[C277302] Should display the error 403 when access to unathorized page', () => {
|
||||
it('[C277302] Should display the error 403 when access to unauthorized page', () => {
|
||||
browser.get(TestConfig.adf.url + '/error/403');
|
||||
expect(errorPage.getErrorCode()).toBe('403');
|
||||
expect(errorPage.getErrorTitle()).toBe('You don\'t have permission to access this server.');
|
||||
|
Reference in New Issue
Block a user