@eclipse-che/che-e2e
Advanced tools
Comparing version 7.82.0-next-8e56965 to 7.82.0-next-a697721
@@ -37,3 +37,3 @@ "use strict"; | ||
Logger_1.Logger.debug(); | ||
if (OAUTH_CONSTANTS_1.OAUTH_CONSTANTS.TS_OCP_LOGIN_PAGE_PROVIDER_TITLE !== '') { | ||
if (await this.ocpLogin.isIdentityProviderLinkVisible()) { | ||
await this.ocpLogin.waitAndClickOnLoginProviderTitle(); | ||
@@ -40,0 +40,0 @@ } |
{ | ||
"name": "@eclipse-che/che-e2e", | ||
"version": "7.82.0-next-8e56965", | ||
"version": "7.82.0-next-a697721", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -25,3 +25,3 @@ /** ******************************************************************* | ||
if (OAUTH_CONSTANTS.TS_OCP_LOGIN_PAGE_PROVIDER_TITLE !== '') { | ||
if (await this.ocpLogin.isIdentityProviderLinkVisible()) { | ||
await this.ocpLogin.waitAndClickOnLoginProviderTitle(); | ||
@@ -28,0 +28,0 @@ } |
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 5 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 5 instances in 1 package
1086805