Skip to content

Commit 945402f

Browse files
added selector logging (#147)
1 parent a1f4cc5 commit 945402f

File tree

5 files changed

+175
-172
lines changed

5 files changed

+175
-172
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1414

1515
:microscope: - experimental
1616

17-
## [Unreleased]
17+
## [2.4.0]
18+
- :rocket: added selector logging
1819
- :rocket: added source maps
1920
- :rocket: improved readability of execute steps
2021

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
browserName: 'chromium'
2828
}
2929
},
30-
pageObject: App
30+
pageObject: new App()
3131
}
3232
```
3333

0 commit comments

Comments
 (0)