Skip to content

Commit

Permalink
Fix test for real
Browse files Browse the repository at this point in the history
It was "temerature outside" that was wonky
  • Loading branch information
forslund committed Mar 19, 2020
1 parent 7a50052 commit 7d00beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/behave/weather-local.feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Feature: Mycroft Weather Skill local forecasts and temperature
Then "mycroft-weather" should reply with dialog from "current.local.temperature.dialog"

Examples: What is the temperature today
| what is the temperature today |
| what is the temperature today |
| temperature |
| what's the temperature |
| what will be the temperature today |
| temperature today |
| temperature outside |


@xfail
Expand All @@ -60,9 +60,9 @@ Feature: Mycroft Weather Skill local forecasts and temperature
Then "mycroft-weather" should reply with dialog from "current.local.temperature.dialog"

Examples: Failing temperature examples
| what is the temperature today |
| what is the temperature today |
| what's the temp |
| temperature outside |

Scenario Outline: What is the high temperature today
Given an english speaking user
Expand Down

0 comments on commit 7d00beb

Please sign in to comment.