Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@mpetrovich mpetrovich released this 20 Aug 02:57
· 122 commits to master since this release

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>