@eclipse-che/che-e2e
Advanced tools
Comparing version 7.82.0-next-a697721 to 7.82.0
@@ -33,2 +33,3 @@ "use strict"; | ||
const FACTORY_TEST_CONSTANTS_1 = require("../../constants/FACTORY_TEST_CONSTANTS"); | ||
const TIMEOUT_CONSTANTS_1 = require("../../constants/TIMEOUT_CONSTANTS"); | ||
let UserPreferences = UserPreferences_1 = class UserPreferences { | ||
@@ -67,3 +68,3 @@ constructor(driverHelper) { | ||
await this.driverHelper.waitAndClick(UserPreferences_1.DELETE_ITEM_BUTTON_ENABLED); | ||
await this.driverHelper.waitDisappearance(this.getServicesListItemLocator(servicesName)); | ||
await this.driverHelper.waitAttributeValue(this.getServicesListItemLocator(servicesName), 'disabled', 'true', TIMEOUT_CONSTANTS_1.TIMEOUT_CONSTANTS.TS_COMMON_DASHBOARD_WAIT_TIMEOUT); | ||
} | ||
@@ -70,0 +71,0 @@ async selectListItem(servicesName) { |
@@ -38,3 +38,3 @@ "use strict"; | ||
}); | ||
test('Create a workspace using a parent', async function () { | ||
test('Create a workspace from child devfile', async function () { | ||
const factoryUrl = `${BASE_TEST_CONSTANTS_1.BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL}/dashboard/#https://github.com/testsfactory/parentDevfile`; | ||
@@ -41,0 +41,0 @@ await dashboard.waitPage(); |
{ | ||
"name": "@eclipse-che/che-e2e", | ||
"version": "7.82.0-next-a697721", | ||
"version": "7.82.0", | ||
"description": "", | ||
@@ -68,3 +68,4 @@ "main": "dist/index.js", | ||
"inversify": "6.0.1", | ||
"reflect-metadata": "0.1.13" | ||
"reflect-metadata": "0.1.13", | ||
"@eclipse-che/che-devworkspace-generator": "7.82.0" | ||
}, | ||
@@ -71,0 +72,0 @@ "resolutions": { |
@@ -17,2 +17,3 @@ /** ******************************************************************* | ||
import { GitProviderType } from '../../constants/FACTORY_TEST_CONSTANTS'; | ||
import { TIMEOUT_CONSTANTS } from '../../constants/TIMEOUT_CONSTANTS'; | ||
@@ -87,3 +88,9 @@ @injectable() | ||
await this.driverHelper.waitAndClick(UserPreferences.DELETE_ITEM_BUTTON_ENABLED); | ||
await this.driverHelper.waitDisappearance(this.getServicesListItemLocator(servicesName)); | ||
await this.driverHelper.waitAttributeValue( | ||
this.getServicesListItemLocator(servicesName), | ||
'disabled', | ||
'true', | ||
TIMEOUT_CONSTANTS.TS_COMMON_DASHBOARD_WAIT_TIMEOUT | ||
); | ||
} | ||
@@ -90,0 +97,0 @@ |
@@ -51,3 +51,3 @@ /** ******************************************************************* | ||
test('Create a workspace using a parent', async function (): Promise<void> { | ||
test('Create a workspace from child devfile', async function (): Promise<void> { | ||
const factoryUrl: string = `${BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL}/dashboard/#https://github.com/testsfactory/parentDevfile`; | ||
@@ -54,0 +54,0 @@ await dashboard.waitPage(); |
Sorry, the diff of this file is not supported yet
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 6 instances in 1 package
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 6 instances in 1 package
1087242
15915
1
9
4
+ Added@devfile/api@2.2.2-1700686170(transitive)
+ Added@eclipse-che/che-devworkspace-generator@7.82.0(transitive)
+ Added@types/node@22.10.10(transitive)
+ Added@types/node-fetch@2.6.12(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.6.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedes6-promise@4.2.8(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@2.5.24.0.1(transitive)
+ Addedfs-extra@10.1.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedinversify@5.1.1(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedjsonc-parser@3.3.1(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedjsonschema@1.5.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
+ Addedquerystringify@2.2.0(transitive)
+ Addedrequires-port@1.0.0(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addeduniversalify@2.0.1(transitive)
+ Addedurl-parse@1.5.10(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)