I thought I had this figured out, but TS has proven me wrong. My problem is with find expressions and has happened multiple times. When I fix an expression and validate it, TS says it can find the element. However, when I run the test, the same step fails with the same cant locate error. When I look at the find expression, its still the one I corrected but now TS doesnt recognize it as valid expression.
Another issue I'm have has to do with 'Enter text'. All I get is errors like:
Target '[Element: 'ul:0']' is not a supported element to set text to.
Thanks