@eclipse-che/che-e2e
Advanced tools
Comparing version
@@ -144,3 +144,3 @@ "use strict"; | ||
test('Run application', async () => { | ||
const taskName = 'run'; | ||
const taskName = 'run-with-hsqldb'; | ||
await topMenu.runTask(`${taskName}, ${globalTaskScope}`); | ||
@@ -157,4 +157,4 @@ await ide.waitNotification('Process 8080-tcp is now listening on port 8080. Open it ?', 120000); | ||
test('Close the terminal running tasks', async () => { | ||
await terminal.rejectTerminalProcess('run'); | ||
await terminal.closeTerminalTab('run'); | ||
await terminal.rejectTerminalProcess('run-with-hsqldb'); | ||
await terminal.closeTerminalTab('run-with-hsqldb'); | ||
await warningDialog.waitAndCloseIfAppear(); | ||
@@ -161,0 +161,0 @@ await terminal.closeTerminalTab('build'); |
{ | ||
"name": "@eclipse-che/che-e2e", | ||
"version": "7.41.0-dev-7e33489", | ||
"version": "7.41.0-dev-aed762b", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -144,3 +144,3 @@ // /********************************************************************* | ||
test('Run application', async () => { | ||
const taskName: string = 'run'; | ||
const taskName: string = 'run-with-hsqldb'; | ||
await topMenu.runTask(`${taskName}, ${globalTaskScope}`); | ||
@@ -158,4 +158,4 @@ await ide.waitNotification('Process 8080-tcp is now listening on port 8080. Open it ?', 120_000); | ||
test('Close the terminal running tasks', async () => { | ||
await terminal.rejectTerminalProcess('run'); | ||
await terminal.closeTerminalTab('run'); | ||
await terminal.rejectTerminalProcess('run-with-hsqldb'); | ||
await terminal.closeTerminalTab('run-with-hsqldb'); | ||
await warningDialog.waitAndCloseIfAppear(); | ||
@@ -162,0 +162,0 @@ await terminal.closeTerminalTab('build'); |
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 3 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 3 instances in 1 package
1492542
0.01%