Skip to content

Commit 36faf1c

Browse files
authored
Refresh page wait (#121)
1 parent a67fb16 commit 36faf1c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Please describe your changes and any new features you're introducing, or issues you're fixing.
44

55
- [ ] Updated the CHANGELOG.md.
6+
- [ ] Updated package version in package.json, package-lock.json.
67
- [ ] Checked that there aren't other open pull requests for the same issue/update.
78
- [ ] Checked that your contribution follows the project's contribution guidelines.
89
- [ ] Added corresponding unit/E2E tests

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qavajs/steps-playwright",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"description": "steps to interact with playwright",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)