mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[affected:*][ci:force] Fixing e2e - fixing the last ones
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user