From 5274d3839132d20ae12e6b36076e3a128eb9f10d Mon Sep 17 00:00:00 2001 From: Mario Doiron <5252025+doiron@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:10:09 -0700 Subject: [PATCH] fix: update functional-tests to not prompt for modeling stack anymore --- test/functional/commands/high-level-commands-test.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/functional/commands/high-level-commands-test.js b/test/functional/commands/high-level-commands-test.js index 7b2af498..01f23eb4 100644 --- a/test/functional/commands/high-level-commands-test.js +++ b/test/functional/commands/high-level-commands-test.js @@ -52,7 +52,6 @@ parallel("high level commands test", () => { // new let args = ["new"]; let inputs = [ - {match: "? Choose a modeling stack for your skill"}, {match: "? Choose the programming language you will use to code your skill"}, {match: "? Choose a method to host your skill"}, {match: "? Choose the default region for your skill"}, @@ -96,7 +95,6 @@ parallel("high level commands test", () => { // new let args = ["new"]; const inputs = [ - {match: "? Choose a modeling stack for your skill"}, {match: "? Choose the programming language you will use to code your skill"}, {match: "? Choose a method to host your skill", input: KeySymbol.DOWN}, {match: "? Choose a template to start with"}, @@ -123,7 +121,6 @@ parallel("high level commands test", () => { // new let args = ["new"]; const inputs = [ - {match: "? Choose a modeling stack for your skill"}, {match: "? Choose the programming language you will use to code your skill"}, {match: "? Choose a method to host your skill", input: `${KeySymbol.DOWN}${KeySymbol.DOWN}`}, {match: "? Choose a template to start with"}, @@ -150,7 +147,6 @@ parallel("high level commands test", () => { // new let args = ["new"]; const inputs = [ - {match: "? Choose a modeling stack for your skill"}, {match: "? Choose the programming language you will use to code your skill"}, {match: "? Choose a method to host your skill", input: `${KeySymbol.DOWN}${KeySymbol.DOWN}`}, {match: "? Choose a template to start with", input: `${KeySymbol.DOWN}${KeySymbol.DOWN}${KeySymbol.DOWN}`},