[ADF-5191] move reusable actions to testing package (#5842)

* [ADF-5191] move reusable actions to testing package

* * tenant added

* * improved logic

* fix circular deps error and warns

* fix unit test
This commit is contained in:
dhrn
2020-07-08 13:41:30 +05:30
committed by GitHub
parent 529aea77b1
commit d7dc6d7230
142 changed files with 777 additions and 467 deletions

View File

@@ -15,14 +15,21 @@
* limitations under the License.
*/
import { LoginSSOPage, UploadActions, StringUtil, ViewerPage, ApiService, UserModel } from '@alfresco/adf-testing';
import {
ApiService,
LoginSSOPage,
StringUtil,
UploadActions,
UserModel,
UsersActions,
ViewerPage
} from '@alfresco/adf-testing';
import { ContentServicesPage } from '../../pages/adf/content-services.page';
import { CommentsPage } from '../../pages/adf/comments.page';
import { NavigationBarPage } from '../../pages/adf/navigation-bar.page';
import { FileModel } from '../../models/ACS/file.model';
import { browser } from 'protractor';
import CONSTANTS = require('../../util/constants');
import { UsersActions } from '../../actions/users.actions';
describe('Comment Component', () => {