Skip to content

Commit

Permalink
Merge e73e9cd into 63c8e27
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy authored Jun 14, 2023
2 parents 63c8e27 + e73e9cd commit 67934c2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions tests/integration/interactive_deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,20 +159,8 @@ var _ = Describe("odo deploy interactive command tests", func() {
It("should not fail but fallback to the interactive mode", func() {
output, err := helper.RunInteractive([]string{"odo", "deploy"}, nil, func(ctx helper.InteractiveContext) {
helper.ExpectString(ctx, "Could not determine a Devfile based on the files in the current directory")

helper.ExpectString(ctx, "Select language")
helper.SendLine(ctx, "PHP")

helper.ExpectString(ctx, "Select project type")
helper.SendLine(ctx, "")

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

helper.ExpectString(ctx, "Enter component name")
helper.SendLine(ctx, "my-php-app")

helper.ExpectString(ctx, "no default deploy command found in devfile")
ctx.StopCommand()
})

Expect(err).To(Not(BeNil()))
Expand Down

0 comments on commit 67934c2

Please sign in to comment.