Skip to content

Commit

Permalink
docs: broken input story
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Sep 30, 2024
1 parent 8fc968a commit 76bbd0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/user-input.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/cy/stories.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 76bbd0c

Please sign in to comment.