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