Wait for ActionCable requests after JS specs
What does this MR do and why?
This is similar to how we handle AJAX requests at the end of JS specs.
This prevents race conditions with DB connections when ActionCable is still processing leftover requests and the next test is starting.
More info in #416663 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Heinrich Lee Yu