mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
added POM structure for process service
This commit is contained in:
19
e2e-playwright/process-services/task-assignee.e2e.ts
Normal file
19
e2e-playwright/process-services/task-assignee.e2e.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { test } from "./fixtures/page-initialization";
|
||||
|
||||
test.describe.only('Task Assignee', () => {
|
||||
|
||||
test('Candidate User Assignee', async ({ processServices }) => {
|
||||
await processServices.navigateTo({moduleNames:['adf-people'], componentName: 'adf-people', story: 'adf-people' });
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// test.beforeAll(async () => {
|
||||
// //await processServices.navigateTo({moduleNames:['people-cloud'], componentName: 'people-cloud', story: 'valid-preselected-users' });
|
||||
|
||||
// test('[C260387] Should the running process be displayed when clicking on Running filter', async ({ processServices }) => {
|
||||
|
||||
// await processServices.navigateTo({moduleNames:['people-cloud'], componentName: 'people-cloud', story: 'valid-preselected-users' });
|
||||
|
||||
// });
|
||||
// });
|
Reference in New Issue
Block a user