Skip to content

v1.1.22-rc.14: Release of 1.1.22-rc.14

Compare
Choose a tag to compare
@YamStranger YamStranger released this 18 Feb 18:07
· 4239 commits to main since this release

Commits:

  • 182dfa0 Refactored the Journey Pattern code (@wakaleo)
  • a700aa2 The Target class now accepts a prefix notation to specify the locator, e.g Target.the("name field").locatedBy("css:#name") or Target.the("name field").locatedBy("id:name") (@wakaleo)
  • b658677 Added the Evaluate action and the JavaScript question to perform JavaScript queries. (@wakaleo)
  • e8d86a9 Refactored a journey pattern test to illustrate the displays matcher (@wakaleo)
  • e9610ed Refactored the Enter action to allow entering text and keys in the same action (@wakaleo)
  • ef0e61a Updated the smoke tests. (@wakaleo)