Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

22 lines (21 loc) · 851 Bytes

3.3.1

  • Fix repl after testium-core switch - @jkrems groupon#179
  • [doc] Update element documentation - @EndangeredMassa groupon#177
  • [dox] Fix getElementOrNull example to use right method - @jkrems groupon#175
  • Add publishConfig.registry - @jkrems groupon#174

3.3.0

  • Make tests pass without TTY - @jkrems groupon#173
  • Add API docs for getElementOrNull - @jkrems groupon#172
  • Switch to testium-core and testium-driver-sync - @jkrems groupon#172
    • Adds support for waitForElementNotExist
  • Use assert.match instead of truthy - @khoomeister groupon#170