[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:
Eugenio Romano
2019-04-09 12:26:10 +01:00
committed by GitHub
parent 98f18abee0
commit ce0775c525
25 changed files with 269 additions and 137 deletions

View File

@@ -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', () => {