[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 VitoAlbano
parent a44827c433
commit 2bd6c25721
2 changed files with 4 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ describe('Form Field Component - Dropdown Widget', () => {
expect(optionsSelected.toString().replace(/\s+/g, '')).toEqual([optionsToSelect, 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();