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

This commit is contained in:
Vito Albano
2024-05-09 12:48:17 +02:00
committed by DominikIwanek
parent d07133682c
commit ccdbb0e78c
2 changed files with 4 additions and 4 deletions
@@ -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();