Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] im_livechat: fix chat bot redirect tour
The `website_livechat.chatbot_redirect` tour checks that the chat bot still works after redirection. The tour waits for the chat bot message that indicates the redireciton was made. Since the tour restarts the bot to test two differents flows, this message is already present before the second redirection occurs. The tour should instead wait for two occurences of this message the second time. closes odoo#160296 X-original-commit: cfdcdc4 Signed-off-by: Didier Debondt (did) <[email protected]> Signed-off-by: Matthieu Stockbauer (tsm) <[email protected]>
- Loading branch information