[ACS-6954] Refactored search playwright tests (#3700)

* Refactored search playwright tests
This commit is contained in:
Katarzyna Kita
2024-03-12 10:15:17 +01:00
committed by GitHub
parent a9780b352d
commit f63d5073f4
6 changed files with 67 additions and 101 deletions

View File

@@ -366,11 +366,4 @@ export class DataTableComponent extends BaseComponent {
}
return sitesInfo;
}
/**
* Method used to wait for values to be loaded in the table
*/
async waitForTable(): Promise<void> {
await this.getRowLocator.nth(0).waitFor({timeout:5000});
}
}