[affected:*][ci:force] Fixing e2e - fixing the last ones

This commit is contained in:
Vito Albano
2024-03-18 02:35:30 +00:00
committed by Vito Albano
parent ff413f65f4
commit 2a528a859f
2 changed files with 4 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ describe('Form Field Component - Dropdown Widget', () => {
await expect(optionsSelected.toString().replace(/\s+/g, '')).toEqual([optionsToSelect].toString());
});
it('[C309878] Should be able to select a dropdown option, save and complete the task form', async () => {
fit('[C309878] Should be able to select a dropdown option, save and complete the task form', async () => {
const { name: dropdownOptionTaskName } = runningTasks['dropdownOptionsProcess'];
await taskFilter.clickTaskFilter('my-tasks');
await taskList.getDataTable().waitTillContentLoaded();