Skip to content

Commit

Permalink
Merge pull request #459 from alexa/functestfix
Browse files Browse the repository at this point in the history
fix: update functional-tests to not prompt for modeling stack anymore
  • Loading branch information
doiron authored Apr 18, 2023
2 parents 930269f + 5274d38 commit 41f9dde
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/functional/commands/high-level-commands-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand All @@ -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"},
Expand All @@ -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}`},
Expand Down

0 comments on commit 41f9dde

Please sign in to comment.