Updated CHANGELOG.md

This commit is contained in:
jamelreid 2021-12-06 16:10:55 -05:00
parent b7f11e3527
commit cbbe8eeec1
2 changed files with 8 additions and 0 deletions

View File

@ -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`

View File

@ -1,5 +1,9 @@
# Unreleased
## Changes
- Removed `page.waitForNavigation()` from `shopper.logout()`
## Added
- `utils.waitForTimeout( delay )` pause processing for `delay` milliseconds