mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 11:46:53 +00:00
fix(pw): sso test fail issue
This commit is contained in:
@@ -41,6 +41,6 @@ export class CloudOpenIDLoginPage extends BasePage {
|
||||
authorize.locator(`[type="submit"]`).click(),
|
||||
]);
|
||||
|
||||
await this.rootPage.locator(`[data-testid="nc-sidebar-userinfo"]:has-text("${email.split('@')[0]}")`).waitFor();
|
||||
await this.rootPage.locator(`[data-testid="nc-sidebar-userinfo"][data-email^="${email.split('@')[0]}"]`).waitFor();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user