Rasa test core failing

I am trying to run a test conversation as mentioned in End to End Testing docs.

Story from stories.md

## About Us

* about_us
      - action_about_us

Test Conversation from conversation_tests.md

## About Us

* about_us: About us
      - action_about_us

After running test using rasa test core --stories tests/conversation_tests.md --out results following is what i see in the failed_stories.md

## About Us (/tmp/tmpwma38qew/4189dbd3cf7c4e0fb3b96e2b368608f5_conversation_tests.md)
* about_us: About us
    - action_about_us   <!-- predicted: action_default_ask_affirmation -->
    - action_listen   <!-- predicted: action_default_ask_affirmation -->

Where as it predicts actions properly while running the bot. Can anyone please assist me in resolving this? Thanks in advance for your help.

Hi Suraj,

for my understanding are your actions custom actions or just utterances? Also you can confirm that About us is an example for the about_us intent?