You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify 2.2i country test to field-presence check
The country select has no empty option, so selecting index 0 picks a valid
country and the form advances on Continue, causing the subsequent restore
selectOption('GB') to time out. Replace with a simpler assertion that the
field is present and defaults to GB.
0 commit comments