We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ef5fe commit 22de7dbCopy full SHA for 22de7db
tests/e2e/pageobjects/login/openshift/OcpRedHatLoginPage.ts
@@ -38,7 +38,11 @@ export class OcpRedHatLoginPage implements ICheLoginPage {
38
OcpRedHatLoginPage.OPENSHIFT_LOGIN_LANDING_PAGE_BUTTON,
39
TIMEOUT_CONSTANTS.TS_SELENIUM_LOAD_PAGE_TIMEOUT
40
);
41
- await this.ocpLogin.waitAndClickOnLoginProviderTitle();
+
42
+ if (await this.ocpLogin.isIdentityProviderLinkVisible()) {
43
+ await this.ocpLogin.waitAndClickOnLoginProviderTitle();
44
+ }
45
46
await this.redHatLogin.waitRedHatLoginWelcomePage();
47
try {
48
await this.redHatLogin.waitAndConfirmCookiePolicy();
0 commit comments