Hopefully, one last question. This scenario has happened a few times. My test will error on a step. I find it in the DOM, and add some more attributes to the find expression. TS says it found my element. I re-run my test and it will fail on the same step again. I look at the find expression and it is the one I defined, and TS validated. So, why the failure.
Steve
Nevermind. I think I understand why this happens.