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

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 #179
  • [doc] Update element documentation - @EndangeredMassa #177
  • [dox] Fix getElementOrNull example to use right method - @jkrems #175
  • Add publishConfig.registry - @jkrems #174

3.3.0

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