Using Atata version 1.14, I am attempting to fill out a form as a smoke test for integration between Salesforce and Clustdoc. The problem is that the elements are returning a "Unable to locate visible element" or fails to preform the click and fails on a subsequent step. This happens with every single element I have tired on the page so far.
Here is an image of the HTML, code, and the failure.
For addition context of what I have tried. The behavior is different when attempting to click on the element using Clickable instead of a different component type or using ClickUsingActions and/or ClickUsingScript The result is no error pops up but it also fails to click on the element thus failing on a subsequent step.
I have attempted other locator strategies such as CSS and absolute Xpath and variations but to no avail, most often failing in the same as listed above. From looking deeper into the issue, it appears to so far, only occur on pages or page elements using the new Lightniging framework (https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/intro_framework.htm).
I am wondering if anyone else is running automation tests against salesforce using atata, and have had similar issues with interacting on their pages. If so do you know any potential fixes. I have looked at options like UTAM as well but would like to continue using Atata and selenium since we have a large integrated system for our automation set up.