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.

Kindly help me in resolving this issue.
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.

Kindly help me in resolving this issue.