added POM structure for process service

This commit is contained in:
kritagya09
2023-03-28 14:54:47 +05:30
parent 8546d12701
commit 38e577561a
11 changed files with 459 additions and 541 deletions

View 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' });
// });
// });