This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
v1.2.0
New functionality
- You can now assert the current page by path string or regex, not just by name:
Then I should be on "/path/to/page.html"
Then I should be on "/.*\.html$/"
Bug fixes
- Setting file inputs now works correctly with multi-file inputs, eg.
<input name="files" multiple>