[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:
Adam Świderski
2024-02-29 14:21:32 +01:00
committed by GitHub
parent 224cd62cbb
commit 89f12dc731
10 changed files with 358 additions and 5 deletions

View File

@@ -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');