[ADF-3671] Rename Automation Tests (#3931)

* [ADF-3671] Rename Automation Tests

* [ADF-3671] Fix multiline widget automation test

* [ADF-3671] Remove fit from automation tests
This commit is contained in:
davidcanonieto
2018-10-30 14:36:27 +00:00
committed by Eugenio Romano
parent afd44afea6
commit 3639cc40e7
15 changed files with 34 additions and 35 deletions

View File

@@ -76,7 +76,7 @@ describe('Date and time widget', () => {
done();
});
it('C268818] Date and time widget - General properties', () => {
it('[C268818] Should be able to set general settings for Date Time widget', () => {
expect(widget.dateTimeWidget().getDateTimeLabel(app.FIELD.date_time_input)).toContain('Date');
expect(taskPage.formFields().isCompleteFormButtonDisabled()).toBeTruthy();
@@ -89,7 +89,7 @@ describe('Date and time widget', () => {
expect(widget.dateTimeWidget().getPlaceholder(app.FIELD.date_time_between_input)).toBe('Choose anything...');
});
it('[C268819] Date and time widget - Advanced properties', () => {
it('[C268819] Should be able to set advanced settings for Date Time widget ', () => {
widget.dateTimeWidget().openDatepicker(app.FIELD.date_time_between_input);
widget.dateTimeWidget().closeDataTimeWidget();
widget.dateTimeWidget().setDateTimeInput(app.FIELD.date_time_between_input, '20-03-17 07:30 PM');