Skip to content

Commit

Permalink
added rules and stories for stop recording
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhiraj40 committed Aug 23, 2022
1 parent 7435704 commit 38bcfb4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
19 changes: 0 additions & 19 deletions actions/actions.py

This file was deleted.

Empty file.
File renamed without changes.
7 changes: 7 additions & 0 deletions data/rules.yml
Expand Up @@ -23,3 +23,10 @@ rules:
entities:
- recording_start_action
- action: action_start_recording

- rule: Stop recording
steps:
- intent: main_ui_recording
entities:
- recording_stop_action
- action: action_stop_recording
2 changes: 1 addition & 1 deletion data/stories.yml
Expand Up @@ -33,7 +33,7 @@ stories:
- recording_start_action
- action: action_start_recording

- story: stop recording
- story: happy path -- stop recording
steps:
- intent: main_ui_recording
entities:
Expand Down

0 comments on commit 38bcfb4

Please sign in to comment.