Fixed search e2es

This commit is contained in:
Vito Albano
2024-04-11 21:46:31 +01:00
committed by Vito Albano
parent 1e016a5a73
commit 9421fc49cb
5 changed files with 8 additions and 7 deletions
@@ -105,7 +105,7 @@ describe('Task cloud visibility', async () => {
await taskFormCloudComponent.formFields().checkWidgetIsHidden('Number2');
});
fit('[C315232] Should be able to complete a process with visibility condition for boolean widgets', async () => {
it('[C315232] Should be able to complete a process with visibility condition for boolean widgets', async () => {
await processCloudDemoPage.openNewProcessForm();
await startProcessPage.clearField(startProcessPage.processNameInput);
await startProcessPage.selectFromProcessDropdown(browser.params.resources.ACTIVITI_CLOUD_APPS.SIMPLE_APP.processes.booleanvisibilityprocess);
@@ -222,7 +222,7 @@ describe('Task Header cloud component', () => {
await taskHeaderCloudPage.statusCardTextItem.checkElementIsReadonly();
});
it('[C291991] Should be able to assign a task only to the users that have access to the selected app', async () => {
fit('[C291991] Should be able to assign a task only to the users that have access to the selected app', async () => {
await tasksCloudDemoPage.clickStartNewTaskButton();
const currentAssignee = await peopleCloudComponentPage.getChipAssignee();
await expect(currentAssignee).toContain(testUser.firstName);