codeforequity-at / codeforequity-at/botium-bindings
Unable to perform PAUSE operation in directline 3 CONTAINERMODE
- Dominant language
- JavaScript
- Stars
- 106
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Hi Team,
I want to validate 2 bot responses, second response is coming after sometime. How to validate the second response.
I am using the "CONTAINERMODE": "directline3". Where 2nd response is coming max by 1 min.
I am using the PAUSE statement in below ways, but not working:-
Way :- 1
#bot
Statement1.
PAUSE 40000
Statement2.
Way :- 2
#bot
Statement1.
PAUSE 40000
#bot
Statement2.
I have used waitforbot logic hook also but it is not working.
#bot
Statement1.
WAITFORBOT 40000
Statement2.
Way :- 2
#bot
Statement1.
WAITFORBOT 40000
#bot
Statement2.
How to overcome this issue, please suggest.
Contributor guide
Assessment
This issue has not been assessed yet.