Fix wait condition
The `has_css?` line was always timing out false because `$(‘…’).val(url)` does not change the input’s value attribute.
Showing
Please register or sign in to comment
The `has_css?` line was always timing out false because `$(‘…’).val(url)` does not change the input’s value attribute.