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
I have a customer registration page with about 10 different textboxes and dropdowns capturing personal details.
I have written below pieces of code to enter values in the text boxes:
I.Enter("sapan").In("#firstName");
I.Enter("desai").In("#lastName");
I.Enter("80 East Croft").In("#addressLine1");
I.Enter("22 Western Gateway").In("#addressLine2");
...so on...
However, occasionally (and this happens very randomly), the value of first name gets entered into address line 1 field or the value of surname gets entered into address line 2 or sometimes the value does not get entered at all in the field. These issues are causing my automation tests to be brittle and the team is loosing interest and confidence in fixing them.
NOTE: I have switched the automation tests to run on Firefox and the tests are consistently passing. The above issue is observed ONLY in Chrome.
Can you please help me on this?
Regards,
Sapan
The text was updated successfully, but these errors were encountered:
Hi,
I have a customer registration page with about 10 different textboxes and dropdowns capturing personal details.
I have written below pieces of code to enter values in the text boxes:
I.Enter("sapan").In("#firstName");
I.Enter("desai").In("#lastName");
I.Enter("80 East Croft").In("#addressLine1");
I.Enter("22 Western Gateway").In("#addressLine2");
...so on...
However, occasionally (and this happens very randomly), the value of first name gets entered into address line 1 field or the value of surname gets entered into address line 2 or sometimes the value does not get entered at all in the field. These issues are causing my automation tests to be brittle and the team is loosing interest and confidence in fixing them.
NOTE: I have switched the automation tests to run on Firefox and the tests are consistently passing. The above issue is observed ONLY in Chrome.
Can you please help me on this?
Regards,
Sapan
The text was updated successfully, but these errors were encountered: