Replies: 2 comments
-
PS: this one works so now I am seeing it going by luck
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @taheroo, could you use this template repository as a starting point to reproduce the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why does my
.after()
callback not run in my test flow?I attempted to
.after()
callbacks to handle some UI clicks that shortest could not do (2 dropdown menus click), but it doesn't seem to execute and the test ends. Below is a simplified version of my code:Log
Expected Behavior:
I expected the
.after()
callback to execute and log"debug:starting create handin"
after the finishes of shortest(createHandin).Actual Behavior:
The
"debug:passed create handin"
message never appears in the console, meaning that the.after()
callback did not run.Questions:
.after()
callback not executing?.after()
callbacks run as intended?Any insights or suggestions on how to troubleshoot and resolve this would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions