@eclipse-che/che-e2e
Advanced tools
Comparing version 7.41.1 to 7.42.0-dev-65aa3ae
@@ -109,3 +109,3 @@ "use strict"; | ||
const sshLinkToRepo = 'git@github.com:' + TestConstants_1.TestConstants.TS_GITHUB_TEST_REPO + '.git'; | ||
const confirmMessage = 'Clone from URL'; | ||
const confirmMessage = 'Clone from URL, ' + sshLinkToRepo; | ||
await topMenu.selectOption('View', 'Find Command...'); | ||
@@ -117,4 +117,3 @@ // workaround - reopen 'Find Command' container - https://github.com/eclipse/che/issues/19793 | ||
await gitPlugin.clickOnSelectRepositoryButton(); | ||
await ide.waitAndApplyTrustNotification(); | ||
} | ||
//# sourceMappingURL=GitSsh.spec.js.map |
{ | ||
"name": "@eclipse-che/che-e2e", | ||
"version": "7.41.1", | ||
"version": "7.42.0-dev-65aa3ae", | ||
"description": "", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
"@types/selenium-webdriver": "3.0.16", | ||
"axios": "0.21.2", | ||
"axios": "0.21.1", | ||
"chai": "4.2.0", | ||
@@ -43,0 +43,0 @@ "chromedriver": "95.0.0", |
@@ -133,3 +133,3 @@ /********************************************************************* | ||
const sshLinkToRepo: string = 'git@github.com:' + TestConstants.TS_GITHUB_TEST_REPO + '.git'; | ||
const confirmMessage = 'Clone from URL'; | ||
const confirmMessage = 'Clone from URL, ' + sshLinkToRepo; | ||
@@ -142,4 +142,2 @@ await topMenu.selectOption('View', 'Find Command...'); | ||
await gitPlugin.clickOnSelectRepositoryButton(); | ||
await ide.waitAndApplyTrustNotification(); | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance 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 2 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 2 instances in 1 package
1504388
20397
2