fix(pw): base overview page related test update

This commit is contained in:
Ramesh Mane
2025-08-16 10:02:14 +00:00
parent ae756ac75e
commit 91dd11624d
9 changed files with 41 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ export class TablesViewPage extends BasePage {
}
async verifyAccess(role: string) {
await this.baseView.openOverview();
if (role.toLowerCase() === 'creator' || role.toLowerCase() === 'owner') {
await this.get().waitFor({ state: 'visible' });