Fixed search e2es

This commit is contained in:
Vito Albano
2023-12-20 23:11:36 +00:00
committed by VitoAlbano
parent ed33ddd41f
commit 2ac5e6a383
5 changed files with 8 additions and 7 deletions

View File

@@ -107,7 +107,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);