Skip to content

Wait for all Ajax and Vue requests to complete in JavaScript tests

Stan Hu requested to merge sh-fix-issue-33756 into master

From logs in #33756 (closed), we that it's possible for an Ajax call to be made before the middleware receives it. To prevent stray Ajax calls from breaking other specs, we need to wait for all scheduled calls to finish.

Closes #33756 (closed)

Merge request reports