Skip to content

Commit

Permalink
Merge pull request #38 from MycroftAI/test/disable-george-church
Browse files Browse the repository at this point in the history
Disable george church test
  • Loading branch information
forslund authored Mar 24, 2020
2 parents 43f1738 + c63a7bf commit 7e6f83f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion test/behave/wiki.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,20 @@ Feature: Wikipedia Skill
| tell me about nelson mandela | mandela |
| tell me about queen elizabeth | elizabeth |
| tell me about Mahatma Gandhi | gandhi |
| tell me about George Church | church |
| tell me about the president of the united states | president |
| tell me about the secretary general of the united nations | secretary |

@xfail
Scenario Outline: Failing user asks a question about a person
Given an english speaking user
When the user says "<tell me about a person>"
Then "skill-wiki" should reply with dialog from "searching.dialog"
And mycroft reply should contain "<person>"

Examples: user asks a question about a person
| tell me about a person | person |
| tell me about George Church | church |

Scenario Outline: user asks a question about a place
Given an english speaking user
When the user says "<tell me about a place>"
Expand Down

0 comments on commit 7e6f83f

Please sign in to comment.