Add Test Method to Assert Partial View #41208
Unanswered
zpreston123
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great to have a test method to assert a partial view (i.e. assertPartialViewIs).
The first parameter would be the main view and the second parameter would be the partial view.
The third parameter would be optional to pass partial view data as an array.
Example use cases:
Beta Was this translation helpful? Give feedback.
All reactions