mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[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:
committed by
Eugenio Romano
parent
afd44afea6
commit
3639cc40e7
@@ -76,7 +76,7 @@ describe('Checkbox Widget', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('[C268554] Checkbox widget - General settings', () => {
|
||||
it('[C268554] Should be able to set general settings for Checkbox widget ', () => {
|
||||
taskPage.formFields().setValueInInputById(app.FIELD.number_input_id, 2);
|
||||
expect(widget.checkboxWidget().getCheckboxLabel()).toContain(app.FIELD.checkbox_label);
|
||||
expect(taskPage.formFields().isCompleteFormButtonDisabled()).toBeTruthy();
|
||||
@@ -84,7 +84,7 @@ describe('Checkbox Widget', () => {
|
||||
expect(taskPage.formFields().isCompleteFormButtonDisabled()).toBeFalsy();
|
||||
});
|
||||
|
||||
it('[C272812] Checkbox widget - Visibility settings', () => {
|
||||
it('[C272812] Should be able to set visibility settings for Checkbox widget', () => {
|
||||
widget.checkboxWidget().isCheckboxHidden(app.FIELD.checkbox_field_id);
|
||||
taskPage.formFields().setValueInInputById(app.FIELD.number_input_id, 2);
|
||||
widget.checkboxWidget().isCheckboxDisplayed(app.FIELD.checkbox_field_id);
|
||||
|
Reference in New Issue
Block a user