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
During the test suite's regression testing, the setDateSession method started to fail. The fail stack trace can be consulted in the Align Orchestration generator branch.
The observed behavior is that the Teacher Browser becomes stuck while attempting to focus on the date picker element and change its value. It remains in this state for nearly 10 minutes before finally failing.
The first insight reducing the speed of the video looks like it correctly gets the focus:
And Introduces the data correctly:
But for some reason, the test not continues and fails.
The text was updated successfully, but these errors were encountered:
During the test suite's regression testing, the
setDateSession
method started to fail. The fail stack trace can be consulted in the Align Orchestration generator branch.The observed behavior is that the Teacher Browser becomes stuck while attempting to focus on the date picker element and change its value. It remains in this state for nearly 10 minutes before finally failing.
The first insight reducing the speed of the video looks like it correctly gets the focus:
And Introduces the data correctly:
But for some reason, the test not continues and fails.
The text was updated successfully, but these errors were encountered: