Packages

A library that adds the ability to use controller tests as integration tests without using headless browsers.

Current section

Files

Jump to
test_dispatch CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## master
### Enhancements
* [#93](https://github.com/DefactoSoftware/test_dispatch/pull/93) Forms can be
submitted with `submit_form/4` which has the same behaviour as the current
`dispatch_form/4`
* [#94](https://github.com/DefactoSoftware/test_dispatch/pull/94) Forms can be
submitted with a submit button the button is chosen by it's text as a parameter with
`submit_with_button/3`.