Skip to content

Intermittent issue with input elements #152

@sapan-desai

Description

@sapan-desai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions