mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5575] Should use declaration-no-important rule in the stylelint-config.json file to avoid use of !important in ADF (#9302)
This commit is contained in:
@@ -24,7 +24,7 @@ import { TestElement } from '../../../../core/test-element';
|
||||
export class AttachFileWidgetCloudPage {
|
||||
|
||||
widget: ElementFinder;
|
||||
filesListLocator: string = 'div[class="adf-file-properties-table"]';
|
||||
filesListLocator: string = 'div[class="adf-file-properties-table-container"]';
|
||||
|
||||
constructor(fieldId: string) {
|
||||
this.assignWidget(fieldId);
|
||||
|
Reference in New Issue
Block a user