|
|
@ -13,8 +13,10 @@ export class OpenIDLoginPage extends BasePage { |
|
|
|
async goto(title = 'test') { |
|
|
|
async goto(title = 'test') { |
|
|
|
// reload page to get latest app info
|
|
|
|
// reload page to get latest app info
|
|
|
|
await this.rootPage.reload(); |
|
|
|
await this.rootPage.reload(); |
|
|
|
await this.rootPage.waitForTimeout(1000); |
|
|
|
await this.rootPage.waitForTimeout(500); |
|
|
|
await this.rootPage.goto('/#/signin/'); |
|
|
|
await this.rootPage.goto('/#/signin/'); |
|
|
|
|
|
|
|
await this.rootPage.waitForTimeout(500); |
|
|
|
|
|
|
|
await this.rootPage.reload(); |
|
|
|
// click sign in with SAML
|
|
|
|
// click sign in with SAML
|
|
|
|
await this.rootPage.locator(`button:has-text("Sign in with ${title}")`).click(); |
|
|
|
await this.rootPage.locator(`button:has-text("Sign in with ${title}")`).click(); |
|
|
|
} |
|
|
|
} |
|
|
|