Rather confused here. I have 7 tests, two of them are back to back and always pass solo. However if I run them back to back the second always fails. I noticed the object it can’t find has css properties that are not part of the object. Then I realized in the previous tests I modified the object with those properties…
should this really be keeping the modified objects for the new tests? is there a way around this?
So basically test 4 dropdown object modify to use css path selected
test 5 select option from dropdown object.
how would I go about parameterizing the test object? I was under the impression modifying it was creating a new object for that test instance. I am using