Skip to content

Fix flaky repository settings spec

Stan Hu requested to merge sh-fix-repository-settings-flaky-spec into master

What does this MR do and why?

The test was failing intermittently because the test would input the URL and submit the data faster than the JavaScript was able to update the internal field. This caused a blank URL to be submitted on occasion. To make this spec more reliable, we now ensure the hidden URL field is updated with the right value before clicking the "Save changes" button.

Closes #337394 (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.

Edited by Stan Hu

Merge request reports