mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4191] fix viewer test and move error and pagination page (#4569)
* split viewer test * move pagination in testing share pkg move error in testing share pkg * fix import
This commit is contained in:
@@ -15,11 +15,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { LoginPage } from '@alfresco/adf-testing';
|
||||
import { LoginPage, ErrorPage } from '@alfresco/adf-testing';
|
||||
import { AcsUserModel } from '../models/ACS/acsUserModel';
|
||||
import TestConfig = require('../test.config');
|
||||
import { AlfrescoApiCompatibility as AlfrescoApi } from '@alfresco/js-api';
|
||||
import { ErrorPage } from '../pages/adf/errorPage';
|
||||
import { browser } from 'protractor';
|
||||
|
||||
describe('Error Component', () => {
|
||||
|
Reference in New Issue
Block a user