diff --git a/tests/integration/interactive_deploy_test.go b/tests/integration/interactive_deploy_test.go index 83a9c1f227b..1100ad98664 100644 --- a/tests/integration/interactive_deploy_test.go +++ b/tests/integration/interactive_deploy_test.go @@ -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, "")