-
-
Notifications
You must be signed in to change notification settings - Fork 116
added FindByTestId #1802
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
added FindByTestId #1802
Conversation
|
@dotnet-policy-service agree |
linkdotnet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Small nitpick from my side.
Also, can you add an entry under: UNRELEASED
Basically, add a new ### ADDED section where you add the new functionality.
Something along:
## UNRELEASED
+
+ ### ADDED
+ - `FindByTestId` to `bunit.web.query` to gather elements by a given test id. By [@jimSampica](https://github.com/jimSampica)
Should be addressed now |
|
Looking good! So let's get that in as a new years celebration! |
|
Yay @jimSampica! |
added FindByTestId to bunit.web.query based on discussion from #1359