You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
I have one going through a little problem. Whenever I try to send the second query the error:
TypeError: Cannot use 'in' operator to search for 'endConversation' in undefined
it('should trigger action',asyncfunction(){awaittest.sendQuery(TRIGGER_PHRASE);awaittest.sendQuery('Cartão Digital Pré-Pago')test.assertText('Parece que você está interessado em saber mais sobre cartões digitais pré-pagos! Como posso te ajudar? Você pode perguntar sobre o que é um cartão digital ou por onde você vai recebê-lo, por exemplo.')});
--- sendQuery called with 'Falar com o app meu app de teste'
--- sendQuery called with 'Cartão Digital Pré-Pago'
TypeError: Cannot use 'in' operator to search for 'endConversation' in undefined
at ActionsOnGoogleTestManager.getIsConversationEnded (node_modules\@assistant\conversation-testing\dist\action-on-google-test-manager.js:559:34)
at ActionsOnGoogleTestManager.sendInteraction (node_modules\@assistant\conversation-testing\dist\action-on-google-test-manager.js:75:40)
at ActionsOnGoogleTestManager.sendQuery (node_modules\@assistant\conversation-testing\dist\action-on-google-test-manager.js:68:21)
at Context.<anonymous> (test\saldo.test.js:50:16)
Thank you very much
The text was updated successfully, but these errors were encountered:
Good afternoon!!
I have one going through a little problem. Whenever I try to send the second query the error:
TypeError: Cannot use 'in' operator to search for 'endConversation' in undefined
Thank you very much
The text was updated successfully, but these errors were encountered: