Updated CHANGELOG.md
This commit is contained in:
parent
b7f11e3527
commit
cbbe8eeec1
|
@ -1,5 +1,9 @@
|
|||
# Unreleased
|
||||
|
||||
## Added
|
||||
|
||||
- Added `await` for every call to `shopper.logout`
|
||||
|
||||
## Fixed
|
||||
|
||||
- Updated the browserViewport in `jest.setup.js` to match the `defaultViewport` dimensions defined in `jest-puppeteer.config.js`
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Unreleased
|
||||
|
||||
## Changes
|
||||
|
||||
- Removed `page.waitForNavigation()` from `shopper.logout()`
|
||||
|
||||
## Added
|
||||
|
||||
- `utils.waitForTimeout( delay )` pause processing for `delay` milliseconds
|
||||
|
|
Loading…
Reference in New Issue