Skip to content

Commit

Permalink
Removing FIT :O
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Jul 10, 2024
1 parent 2a6342b commit dadc866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe('Form Field Component - Dropdown Widget', () => {
expect(optionsSelected.toString().replace(/\s+/g, '')).toEqual([optionsToSelect, optionsToSelect].toString());
});

fit('[C309878] Should be able to select a dropdown option, save and complete the task form', async () => {
it('[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();
Expand Down

0 comments on commit dadc866

Please sign in to comment.