mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 07:16:40 +00:00
fix(pw): base overview page related test update
This commit is contained in:
@@ -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' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user