mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4650] Fix and refactor amount, date and date-time widgets (#4957)
* [ADF-4650] Fix and refactor amount, date and date-time widgets * fix e2e tests * Fix people cloud test * Fix e2e date test * fix lint
This commit is contained in:
committed by
Eugenio Romano
parent
624ca9f0ae
commit
479416861f
@@ -86,7 +86,7 @@ describe('Form Component', () => {
|
||||
|
||||
widget.dateWidget().checkLabelIsVisible(fields.dateWidgetId);
|
||||
widget.dateWidget().setDateInput(fields.dateWidgetId, message.test);
|
||||
widget.dateWidget().clickOutsideWidget(fields.dateWidgetId);
|
||||
formPage.saveForm();
|
||||
formPage.checkErrorMessageForWidgetIsDisplayed(message.warningDate);
|
||||
formPage.checkErrorLogMessage(message.errorLogDate);
|
||||
|
||||
|
Reference in New Issue
Block a user