mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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
@@ -75,7 +75,7 @@ describe('Attach Folder widget', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('[C276745] Attach folder widget - Visibility', () => {
|
||||
it('[C276745] Should be possible to set visibility properties for Attach Folder Widget', () => {
|
||||
taskPage.formFields().checkWidgetIsHidden(app.FIELD.upload_button_id);
|
||||
widget.checkboxWidget().clickCheckboxInput(app.FIELD.checkbox_id);
|
||||
taskPage.formFields().checkWidgetIsVisible(app.FIELD.upload_button_id);
|
||||
|
Reference in New Issue
Block a user