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
When there are 2 "name" fields, only one of which is visible at any one time, fill('field-name') fails because it finds them both. You have to do something like fill(findAll('field-name')[0]) or some such.
Maybe...
have fill(..) only work on visible fields. Or something else.
The text was updated successfully, but these errors were encountered:
When there are 2 "name" fields, only one of which is visible at any one time, fill('field-name') fails because it finds them both. You have to do something like fill(findAll('field-name')[0]) or some such.
Maybe...
have
fill(..)
only work on visible fields. Or something else.The text was updated successfully, but these errors were encountered: