diff --git a/test/e2e/safe-chain-proxy.e2e.spec.js b/test/e2e/safe-chain-proxy.e2e.spec.js index 12929df..363787f 100644 --- a/test/e2e/safe-chain-proxy.e2e.spec.js +++ b/test/e2e/safe-chain-proxy.e2e.spec.js @@ -83,9 +83,9 @@ describe("E2E: Safe chain proxy", () => { assert.fail("Verdaccio did not start in time"); } - const shell = await container.openShell("zsh"); + const shell = await container.openShell("bash"); const result = await shell.runCommand( - "npm --registry http://localhost:4873 install react" + "npm install lodash --registry=http://localhost:4873" ); // Check if the installation was successful