Files
alfresco-ng2-components/lib/testing/src/lib/process-services/pages/public-api.ts
Iulia Burcă 27f549d0ff [ACA-3455] [ACA-4250] Create methods needed for candidate tasks (#6544)
* Add task-actions util class

* Add methods for candidate task

* Move methods from form-fields.page to form-fields.ts

* Create task-form PO

* Improve selector

* export new PO

* update selectors and e2e App

* Add negative methods

- this will speed up the running time of the test
2021-01-25 15:38:29 +02:00

31 lines
1.1 KiB
TypeScript

/*!
* @license
* Copyright 2019 Alfresco Software, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './form-fields.page';
export * from './filters.page';
export * from './process-filters.page';
export * from './process-list.page';
export * from './task-list.page';
export * from './task-filters.page';
export * from './task-header.page';
export * from './process-instance-tasks.page';
export * from './process-instance-header.page';
export * from './start-process.page';
export * from './select-apps-dialog.page';
export * from './external-node-selector-dialog.page';
export * from './task-form.page';