Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@mxschmitt mxschmitt released this 02 Jul 09:34
· 12 commits to master since this release

New features

  • Add toMatchComputedStyle matcher to match against computed CSS styles (#112)
  • Add promise support to selector matchers to not require awaits inside the expect statement anymore (#113)

Other updates

  • Add toMatchAttribute to the documentation (#111)
  • Improve toHaveFocus. This works now with frames, element handles and promise based variants of them (#114)
  • Update internal iframe tests to have better internal end-to-end tests (#115)