> Invalid Command Format: tapOn

/tmp/WorkspaceExecutionPlannerErrorsTest_workspace/workspace/Flow.yaml:4
╭───────────────────────────────────────────────────────────────────────────────╮
│ 2 | ---                                                                       │
│ 3 | - tapOn: foo                                                              │
│ 4 |   inputText: bar                                                          │
│                ^                                                              │
│ ╭───────────────────────────────────────────────────────────────────────────╮ │
│ │ Found unexpected top-level field: `inputText`. Missing an indent or dash? │ │
│ │                                                                           │ │
│ │ Example of correctly formatted list of commands:                          │ │
│ │ ```yaml                                                                   │ │
│ │ - tapOn:                                                                  │ │
│ │ text: submit                                                              │ │
│ │ optional: true                                                            │ │
│ │ - inputText: hello                                                        │ │
│ │ ```                                                                       │ │
│ ╰───────────────────────────────────────────────────────────────────────────╯ │
│ 5 |                                                                           │
╰───────────────────────────────────────────────────────────────────────────────╯