summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/custom_commands/form_prompts.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-27 11:34:41 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-12-27 21:26:18 +1100
commit926ed7b9b2f8119079c0d57f65e67dc4b93ecf7e (patch)
tree0ca30be6a6578dd1345d41444e4816254bdbb94a /pkg/integration/tests/custom_commands/form_prompts.go
parent8052ac4fd6f4ea96fbfb7a3ff16799ba981be82a (diff)
more refactoring of popup stuff
Diffstat (limited to 'pkg/integration/tests/custom_commands/form_prompts.go')
-rw-r--r--pkg/integration/tests/custom_commands/form_prompts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/custom_commands/form_prompts.go b/pkg/integration/tests/custom_commands/form_prompts.go
index dbb2b3c8c..fa6495a93 100644
--- a/pkg/integration/tests/custom_commands/form_prompts.go
+++ b/pkg/integration/tests/custom_commands/form_prompts.go
@@ -67,7 +67,7 @@ var FormPrompts = NewIntegrationTest(NewIntegrationTestArgs{
input.Prompt().Title(Equals("Enter a file name")).Type("my file").Confirm()
- input.Menu(Equals("Choose file content"), Contains("bar"))
+ input.Menu().Title(Equals("Choose file content")).Select(Contains("bar")).Confirm()
input.Confirmation().
Title(Equals("Are you sure?")).