summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/custom_commands/complex_cmd_at_runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/custom_commands/complex_cmd_at_runtime.go')
-rw-r--r--pkg/integration/tests/custom_commands/complex_cmd_at_runtime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/custom_commands/complex_cmd_at_runtime.go b/pkg/integration/tests/custom_commands/complex_cmd_at_runtime.go
index 2b7075ecd..de3c5f60f 100644
--- a/pkg/integration/tests/custom_commands/complex_cmd_at_runtime.go
+++ b/pkg/integration/tests/custom_commands/complex_cmd_at_runtime.go
@@ -20,7 +20,7 @@ var ComplexCmdAtRuntime = NewIntegrationTest(NewIntegrationTestArgs{
Press(keys.Universal.ExecuteCustomCommand)
t.ExpectPopup().Prompt().
- Title(Equals("Custom Command:")).
+ Title(Equals("Custom command:")).
Type("sh -c \"touch file.txt\"").
Confirm()