Skip to content

Fix flaky spec in users_select/index_spec

Paul Slaughter requested to merge 328718-fix-flaky-spec into master

What does this MR do?

It looks like waitFor in @testing-library/dom is pretty flaky. This MR fixes #328718 (closed) replaces this with a axios.waitForAll and waitForPromises.

Merge request reports