mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4682]The Date is not saved correctly on Process-services form (#4940)
* test added to check the date saved in the process form in APS1 * C261039 e2e test added.
This commit is contained in:
committed by
Eugenio Romano
parent
1abb9bfc89
commit
677de028a2
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
import { by, element, Key, protractor, browser } from 'protractor';
|
||||
import { BrowserVisibility, BrowserActions } from '@alfresco/adf-testing';
|
||||
import { BrowserVisibility, BrowserActions, FormFields } from '@alfresco/adf-testing';
|
||||
|
||||
export class StartProcessPage {
|
||||
|
||||
@@ -120,6 +120,10 @@ export class StartProcessPage {
|
||||
|
||||
}
|
||||
|
||||
checkStartFormProcessButtonIsEnabled() {
|
||||
expect(this.formStartProcessButton.isEnabled()).toBe(true);
|
||||
}
|
||||
|
||||
checkStartProcessButtonIsEnabled() {
|
||||
expect(this.startProcessButton.isEnabled()).toBe(true);
|
||||
}
|
||||
@@ -160,4 +164,8 @@ export class StartProcessPage {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
formFields() {
|
||||
return new FormFields();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user