Skip to content

Commit 619bbab

Browse files
improved logging to show resolved selectors (#155)
1 parent 861c92b commit 619bbab

File tree

6 files changed

+488
-475
lines changed

6 files changed

+488
-475
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1414

1515
:microscope: - experimental
1616

17+
## [2.7.0]
18+
- :rocket: improved logging to show resolved selectors
19+
- :beetle: added default interval to prevent 'not settled promise' error
1720

1821
## [2.6.0]
1922
- :rocket: added capability to perform soft validation of element condition validations

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It enables easy and efficient browser automation in a behavior-driven developmen
1313
- 🔧 Easily extendable for custom needs
1414

1515
## Installation
16-
```
16+
```bash
1717
npm install @qavajs/steps-playwright
1818
```
1919

0 commit comments

Comments
 (0)