我正在遍历聊天机器人输入的.csv文件,并使用Response Assertion验证其响应。
第一行给我此消息,但失败
Assertion error: false
Assertion failure: true
Assertion failure message: Test failed: text expected to contain /The intent is
EntityWhat/
我不知道是什么导致它期望那些额外的字符。他们根本没有回应,也没有我的主张。下一行通过该断言。两个响应都包含文本The intent is EntityWhat
还有其他人遇到这种奇怪的故障吗?