germsvel / phoenix_test

PhoenixTest provides a unified way of writing feature tests -- regardless of whether you're testing LiveView pages or static (non-LiveView) pages.
https://hex.pm/packages/phoenix_test
MIT License
181 stars 23 forks source link

Add a `refute_has/2` so that we can refute the existence of an element, regardless of content #43

Closed mattwynne closed 8 months ago

germsvel commented 8 months ago

I'm shocked I missed this when adding assert_has/2. Seems my brain was elsewhere. Thanks for opening this issue!