Skip to content

Fix transient failure in filter merge request spec

What does this MR do?

Use input_filtered_search instead of input_filtered_search_keys to prevent transient failure.

  • input_filtered_search uses set() to change the input value
  • input_filtered_search_keys uses send_keys() to change the input value

Are there points in the code the reviewer needs to double check?

Check if we can recreate the transient failure with this change

Why was this MR needed?

Improve test stability

Screenshots (if relevant)

None

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #31443 (closed)

Merge request reports