Skip to content

Commit

Permalink
Ask version for PHP Devfile
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jun 14, 2023
1 parent 218fd27 commit 2a0420c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/interactive_deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ var _ = Describe("odo deploy interactive command tests", func() {
helper.ExpectString(ctx, "Select project type")
helper.SendLine(ctx, "")

helper.ExpectString(ctx, "Select version")
helper.SendLine(ctx, "")

helper.ExpectString(ctx, "Select container for which you want to change configuration?")
helper.SendLine(ctx, "")

Expand Down

0 comments on commit 2a0420c

Please # to comment.