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
Intstumented functions always bubble up errors to interactions panel. But in play function I can handle error. After that code will continue to run and all interations will be done. But in my panel I won't see anything after error, which was handled.
original001
changed the title
[Bug]: Addon-interactions. Interactions panel does not show steps after error has thrown even if handle this error.
[Bug]: Addon-interactions. Interactions panel does not show steps after error has thrown even if I handle this error.
Mar 23, 2023
Describe the bug
Intstumented functions always bubble up errors to interactions panel. But in play function I can handle error. After that code will continue to run and all interations will be done. But in my panel I won't see anything after error, which was handled.
To Reproduce
This function should type two times in input. But in panel you'll see only one operation and one error.
System
Additional context
No response
The text was updated successfully, but these errors were encountered: