Skip to content

Commit 4bb7e39

Browse files
include page objects into step bundle (#127)
* include page objects into step bundle * fixed refresh page until condition
1 parent 6379bd2 commit 4bb7e39

File tree

9 files changed

+616
-569
lines changed

9 files changed

+616
-569
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010
:pencil: - chore
1111
:microscope: - experimental
1212

13+
## [0.51.0]
14+
Breaking change:
15+
- :rocket: include page objects into step bundle
16+
Migration guide: replace all po-playwright lib imports `@qavajs/po-playwright` to `@qavajs/steps-playwright/po`
17+
1318
## [0.50.0]
1419
- :rocket: added _I click {string} until text of {string} {playwrightValidation} {string}( ){playwrightTimeout}_ step
1520
- :rocket: added _I click {string} until value of {string} {playwrightValidation} {string}( ){playwrightTimeout}_ step

0 commit comments

Comments
 (0)