Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it possible to inverse validation (ie, text does NOT exist) #55

Closed
jeremyandrews opened this issue Jul 25, 2023 · 0 comments · Fixed by #58
Closed

make it possible to inverse validation (ie, text does NOT exist) #55

jeremyandrews opened this issue Jul 25, 2023 · 0 comments · Fixed by #58

Comments

@jeremyandrews
Copy link
Member

Currently ValidateBuilder allows you to verify things like:

  • text IS on the page
  • header IS set
  • header IS set to value
  • title IS set to

Request is to be able to inverse any/all of these. So you could also validate:

  • text is NOT on the page
  • header is NOT set
  • header is NOT set to value
  • title is NOT set to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant