mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixed the last e2es?
This commit is contained in:
@@ -236,7 +236,7 @@ describe('Task Header cloud component', () => {
|
|||||||
await taskHeaderCloudPage.statusCardTextItem.checkElementIsReadonly();
|
await taskHeaderCloudPage.statusCardTextItem.checkElementIsReadonly();
|
||||||
});
|
});
|
||||||
|
|
||||||
fit('[C291991] Should be able to assign a task only to the users that have access to the selected app', async () => {
|
it('[C291991] Should be able to assign a task only to the users that have access to the selected app', async () => {
|
||||||
await tasksCloudDemoPage.clickStartNewTaskButton();
|
await tasksCloudDemoPage.clickStartNewTaskButton();
|
||||||
const currentAssignee = await peopleCloudComponentPage.getChipAssignee();
|
const currentAssignee = await peopleCloudComponentPage.getChipAssignee();
|
||||||
expect(currentAssignee).toContain(testUser.firstName);
|
expect(currentAssignee).toContain(testUser.firstName);
|
||||||
|
@@ -64,7 +64,7 @@ export class StartProcessCloudPage {
|
|||||||
|
|
||||||
async selectFirstOptionFromProcessDropdown(): Promise<void> {
|
async selectFirstOptionFromProcessDropdown(): Promise<void> {
|
||||||
await this.clickProcessDropdownArrow();
|
await this.clickProcessDropdownArrow();
|
||||||
const selectFirstProcessDropdown = $$('.mdc-list-item__primary-text').first();
|
const selectFirstProcessDropdown = $$('mat-option').first();
|
||||||
await BrowserActions.click(selectFirstProcessDropdown);
|
await BrowserActions.click(selectFirstProcessDropdown);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user