mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-1729] Move task-process filters methods into adf-testing, refactor dropdowns to use dropdown material testing page (#5467)
* [AAE-1729] Move task-process filters methods into adf-testing * [AAE-1729] Add default filters methods in testing package * [AAE-1729] Refactor testing package and e2e to use Dropdown testing page * [AAE-1729] Rename function * [AAE-1729] Fix failing e2e, add click and select dropdown method * [AAE-1729] Fix e2e * [AAE-1729] fix e2e * [AAE-1729] Add default filters methods in testing package * [AAE-1729] Slow down upload speed, fix cancel upload e2e * [AAE-1729] Undo slow down upload speed, fix cancel upload e2e
This commit is contained in:
@@ -103,8 +103,6 @@ describe('Task Details - Form', () => {
|
||||
await taskDetailsPage.checkAttachFormDropdownIsDisplayed();
|
||||
await taskDetailsPage.checkAttachFormButtonIsDisabled();
|
||||
|
||||
await taskDetailsPage.clickAttachFormDropdown();
|
||||
|
||||
await taskDetailsPage.selectAttachFormOption(newForm.name);
|
||||
await taskDetailsPage.checkSelectedForm(newForm.name);
|
||||
await taskDetailsPage.checkAttachFormButtonIsEnabled();
|
||||
@@ -117,8 +115,6 @@ describe('Task Details - Form', () => {
|
||||
await taskDetailsPage.clickForm();
|
||||
|
||||
await taskDetailsPage.checkAttachFormDropdownIsDisplayed();
|
||||
await taskDetailsPage.clickAttachFormDropdown();
|
||||
|
||||
await taskDetailsPage.selectAttachFormOption(newForm.name);
|
||||
|
||||
await taskDetailsPage.checkAttachFormButtonIsDisplayed();
|
||||
|
Reference in New Issue
Block a user