Skip to content

Commit

Permalink
Merge pull request #94 from MycroftAI/bugfix/broken-behave-test
Browse files Browse the repository at this point in the history
Fix broken behave test
  • Loading branch information
forslund authored Apr 13, 2020
2 parents 586fd04 + 95eb219 commit 33ed8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/behave/skill-alarm.feature
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ Feature: Alarm skill functionality
Given an english speaking user
And there are no previous alarms set
And an alarm is set for 9:00 am on monday
When the user says "<delete alarm>"
When the user says "delete alarm"
Then "mycroft-alarm" should reply with dialog from "ask.cancel.desc.alarm.dialog"
And the user says "no"
And the user says "<no>"
And "mycroft-alarm" should reply with dialog from "alarm.delete.cancelled.dialog"

Examples: user starts to delete a single alarm but then cancels
Expand Down

0 comments on commit 33ed8fa

Please sign in to comment.