Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Sometimes view.form.fill() method is appending the value instead of overwritting #10242

@email2smohanty

Description

@email2smohanty

If I am using view.form.fill() method for entering any value in any text box then it should overwrite the value but I have observed in some cases it's appending value in the targeted text box and due to this my tests are failing.

Observing this issue while updating tenant\project, the exact line of code is given below.
https://github.com/ManageIQ/integration_tests/blob/master/cfme/configure/access_control/__init__.py#L1375

In project description you can see the new description is appended while the fill method is executed to update the description value.
image

Kindly help me in resolving this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions