fix(pw): some sso test update

This commit is contained in:
Ramesh Mane
2025-08-16 10:02:17 +00:00
parent e993870308
commit 1d85350e6e

View File

@@ -12,7 +12,7 @@ export class CloudSSOLoginPage extends BasePage {
async goto(_email: string) {
// reload page to get latest app info
await this.rootPage.goto('/#/sso');
await this.rootPage.goto('/#/sso', { waitUntil: 'networkidle' });
// click sign in with SAML
// await this.rootPage.locator(`button:has-text("Sign in with ${title}")`).click();
}