From 76bbd0c30be4abccdfdb528352a9a4a0dec7f0ed Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Mon, 30 Sep 2024 08:03:32 +0800 Subject: [PATCH] docs: broken input story --- docs/src/user-input.md | 2 +- pkg/cy/stories.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/user-input.md b/docs/src/user-input.md index 435cf47c..9bc9c387 100644 --- a/docs/src/user-input.md +++ b/docs/src/user-input.md @@ -1,6 +1,6 @@ # User input -{{story cast input --width 60 --height 20}} +{{story cast input}} > The above uses both fuzzy finding and freeform text input. diff --git a/pkg/cy/stories.go b/pkg/cy/stories.go index e1f6444f..58e0da51 100644 --- a/pkg/cy/stories.go +++ b/pkg/cy/stories.go @@ -409,7 +409,7 @@ func init() { stories.Wait(stories.Some), stories.Type("ctrl+a", "ctrl+p"), stories.Wait(stories.Some), - stories.Type("Rename"), + stories.Type("action/rename-pane"), stories.Wait(stories.Some), stories.Type("enter"), stories.Wait(stories.Some),