Skip to content

Wait for requests to finish before running the ace JS

Phil Hughes requested to merge user-edit-files-spec-fix into master

What does this MR do?

The user_edit_files_spec uses the global ace variable which could possibly be undefined depending on how fast the tests run. This fixes that be waiting for the requests to finish.

What are the relevant issue numbers?

Closes #36191

Merge request reports