Testing action_deactivate_form

Hi there!

I’m trying to test a bot with a few test stories. I understand that rasa test can’t run actions, but is there a way to simulate a call to action_deactivate_form for testing purposes?

Kind regards Bertus

@bjordaan, yes you can! You can add in your stories.yml an intent called: “stop”, which is basically an example of a user saying that it wants to stop. So, after this intent is recognized, you can deactivate your form. That’s a pretty simple test, hope it helps :smiley: Just remember to add every new intention on your nlu.yml and domain.yml