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

Don't raise on non-200 status code in `assert_has` and `refute_has` #40

Closed dabaer closed 9 months ago

dabaer commented 9 months ago

Closes #36

germsvel commented 9 months ago

Thanks for this work @dabaer! 🤗