mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4350]Fix cloud tests (#4544)
* Fix version-permissions tests * Fix the cloud tests * Fix process-services tests
This commit is contained in:
committed by
Eugenio Romano
parent
a37a44cb6f
commit
f152a24dc2
@@ -102,9 +102,7 @@ describe('Task Details - Form', () => {
|
||||
|
||||
it('[C280018] Should be able to change the form in a task', () => {
|
||||
tasksListPage.selectRow(task.name);
|
||||
|
||||
taskDetailsPage.checkEditFormButtonIsDisplayed();
|
||||
taskDetailsPage.clickEditFormButton();
|
||||
taskDetailsPage.clickForm();
|
||||
|
||||
taskDetailsPage.checkAttachFormDropdownIsDisplayed();
|
||||
taskDetailsPage.checkAttachFormButtonIsDisabled();
|
||||
@@ -120,8 +118,7 @@ describe('Task Details - Form', () => {
|
||||
|
||||
taskDetailsPage.checkFormIsAttached(attachedForm.name);
|
||||
|
||||
taskDetailsPage.checkEditFormButtonIsDisplayed();
|
||||
taskDetailsPage.clickEditFormButton();
|
||||
taskDetailsPage.clickForm();
|
||||
|
||||
taskDetailsPage.checkAttachFormDropdownIsDisplayed();
|
||||
taskDetailsPage.clickAttachFormDropdown();
|
||||
@@ -136,9 +133,7 @@ describe('Task Details - Form', () => {
|
||||
|
||||
it('[C280019] Should be able to remove the form form a task', () => {
|
||||
tasksListPage.selectRow(task.name);
|
||||
|
||||
taskDetailsPage.checkEditFormButtonIsDisplayed();
|
||||
taskDetailsPage.clickEditFormButton();
|
||||
taskDetailsPage.clickForm();
|
||||
|
||||
taskDetailsPage.checkRemoveAttachFormIsDisplayed();
|
||||
taskDetailsPage.clickRemoveAttachForm();
|
||||
@@ -150,9 +145,7 @@ describe('Task Details - Form', () => {
|
||||
|
||||
it('[C280557] Should display task details when selecting another task while the Attach Form dialog is displayed', () => {
|
||||
tasksListPage.selectRow(task.name);
|
||||
|
||||
taskDetailsPage.checkEditFormButtonIsDisplayed();
|
||||
taskDetailsPage.clickEditFormButton();
|
||||
taskDetailsPage.clickForm();
|
||||
|
||||
taskDetailsPage.checkRemoveAttachFormIsDisplayed();
|
||||
|
||||
|
Reference in New Issue
Block a user