From 2a0420c80618c440672c64f801ea5855cdedadfe Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Wed, 14 Jun 2023 09:36:31 +0200 Subject: [PATCH] Ask version for PHP Devfile --- tests/integration/interactive_deploy_test.go | 3 +++ 1 file changed, 3 insertions(+) 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, "")