Skip to content

v3.10.0

Compare
Choose a tag to compare
@garg3133 garg3133 released this 01 Jan 14:25
· 5 commits to main since this release

NOTE: This release contains a few important fixes in the core of Nightwatch. So, if you encounter any unexpected behaviour after upgrading to this release that is not reproducible in the previous release, please open a new issue and tag @garg3133.

What's Changed

Fixes

  • Throw error and disable suite for duplicate test cases in describe instance. by @badra022 in #4302
  • Fix asynctree from getting cleared in between test case. by @garg3133 in #4325
  • Reject custom commands node promise on abortOnFailure. by @garg3133 in #4314
  • Fix unhandledRejection on error inside function-based custom commands. by @garg3133 in #4309
  • Restrict suppressNotFoundErrors to NoSuchElementError in new Elem API. by @Vaibhavsahu2810 in #4294
  • Fix TypeError while using assert.present() in new Elem API. by @garg3133 in #4303
  • Fix types for dragAndDrop command in new Elem API. by @ShreySinha02 in #4329

Enhancements and other changes

  • Add CustomCommandInstance interface for this in custom commands. by @garg3133 in #4310
  • Bump selenium-webdriver from 4.26.0 to 4.27.0 by @dikwickley in #4334

New Contributors

Full Changelog: v3.9.0...v3.10.0