Skip to content

v1.0.0

Compare
Choose a tag to compare
@kentcdodds kentcdodds released this 10 Apr 13:33

1.0.0 (2018-04-10)

Bug Fixes

  • use getBy, not queryBy, to fail on missing element (#1) (5106558)

Features

  • commands: use waitForElement; add jest & cypress tests (#2) (ef22f87)

BREAKING CHANGES

  • The queries will now throw a useful message and fail
    the test if the queried element is missing.

  • docs(contributors): add sompylasar