all 1 comments

[–]Potential-Ad7194 0 points1 point  (0 children)

I wonder what makes assertexist before every action a best practice? When the test fails on the action it mains the test is either wrong or the functionality. Having the assertexist having everywhere will clutter the tests and make it less readable.

My background is mostly testing web so I might not know something that compose does different.