Skip to content

Commit

Permalink
DOC: bump 1.4.4 and prepare release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Jun 29, 2023
1 parent 9376bf5 commit fef71d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* `await browser.element('#new-todo').type('do something').pressEnter()`
* same like in raw Selenium WebDriver

## 1.4.3 (to be released on 2023.06.29)
## 1.4.4 (to be released on 2023.06.29)

new commands:

Expand All @@ -27,12 +27,19 @@ new import alias:

fix bugs:

* have.exactText does not accept numbers
* have.exactTexts does not type hint for expected texts as numbers
* once `collection.should(have.texts(...))` fails,
sometimes returns unclear reason in error message:
"Cannot read properties of undefined (reading 'includes')"

upgrade selenium to 4.10.0

## 1.4.3

fix bugs:

* have.exactText does not accept numbers
* have.exactTexts does not type hint for expected texts as numbers

## 1.4.2

* accept Locator in browser.element, browser.element.element, browser.element.all, and browser.all
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "selenidejs",
"description": "Test-oriented Wrapper for Selenium Webdriver",
"homepage": "https://github.com/KnowledgeExpert/selenidejs",
"version": "1.4.3",
"version": "1.4.4",
"main": "built/index.js",
"typings": "built/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit fef71d8

Please sign in to comment.