New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-che/che-e2e

Package Overview
Dependencies
Maintainers
5
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/che-e2e - npm Package Compare versions

Comparing version

to
7.41.0-dev-aed762b

6

dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js

@@ -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