mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-07 17:48:27 +00:00
[ACS-6797] search general migrated from Protractor to Playwright (#3674)
* ACS-6797 search general migrated v1 * [ACS-6797] SonarCloud fix + test name update * [ACS-6797] Tests fixed and passing * [ACS-6797] Old protractor tests deleted from yml file
This commit is contained in:
@@ -37,6 +37,7 @@ export class DataTableComponent extends BaseComponent {
|
||||
}
|
||||
|
||||
public pagination = new PaginationComponent(this.page);
|
||||
body = this.getChild('.adf-datatable-body')
|
||||
getEmptyFolderLocator = this.getChild('.adf-empty-folder');
|
||||
getEmptyContentTitleLocator = this.getChild('adf-empty-content .adf-empty-content__title');
|
||||
getEmptyContentSubTitleLocator = this.getChild('adf-empty-content .adf-empty-content__subtitle');
|
||||
|
Reference in New Issue
Block a user