Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent issue with input elements #152

Open
sapan-desai opened this issue Aug 24, 2015 · 0 comments
Open

Intermittent issue with input elements #152

sapan-desai opened this issue Aug 24, 2015 · 0 comments

Comments

@sapan-desai
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant