Html – Unit test subdivs with bUnit
I am trying to test a blazor component. In the logic of the component i set some text in an subdiv somewhere inside the component. Now i want to verify that the text is set properly: <div> <div> </div> <div>…
I am trying to test a blazor component. In the logic of the component i set some text in an subdiv somewhere inside the component. Now i want to verify that the text is set properly: <div> <div> </div> <div>…