Unable to find intents [Rasa Test]

When I run rasa test, I get this warning, Found intent 'salutation' in stories which is not part of the domain. This happens for all the intended intents I have specified in my test_stories.yml. I do not think I should be getting this error since I have all intents specified in my domain.yml file

How can I solve this, please?

Hey @laboratory,

First, can you specify your setup? The Rasa & Python versions, the OS…

Moving on, were those intents listed in the domain at the time of training the model? I think a trained model basically uses an internally-stored copy of the domain file from when the model was being trained.

  • Rasa Version: 2.4.0
  • Rasa SDK Version: 2.4.0
  • Rasa X Version: None
  • Python Version: 3.7.7
  • Operating System: Linux-5.4.0-71-generic-x86_64-with-debian-bullseye-sid
  • Python Path: /home/charles/Documents/DU/chatbot/venv/bin/python3

And yes, as specified previously,the intents have been listed in the domain from the onset.

Thanks @laboratory! Also, apologies from my side, I thought this wasn’t a known issue but I can see that it’s still open as unresolved here. In the future, I recommend searching in the open issues there on the GitHub repo, as that might give you the quickest answer :slightly_smiling_face: