How can I perform automated testing for popup validation? #19059
Unanswered
longbuibao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my application, I have some validation logic. I also want to write an end-to-end test to ensure that the app displays an error when the input value is invalid.
Currently, I've noticed that the popup does not have accessibility information:
How can I automate validation testing in this case? Something like:
GetErrorPopup().GetText() == "Expected error message"
Beta Was this translation helpful? Give feedback.
All reactions