dequelabs / watcher-examples

2 stars 7 forks source link

fix(webdriverjs): add flush in aftereach #190

Closed davidg-dq closed 2 months ago

davidg-dq commented 2 months ago

Simply adds flush() in the WebDriverJS login.js afterEach example

QA Notes:

  1. Make sure your chromedriver version is compatible with the version of Chrome you have installed on your computer. If your Chrome is up to date, you can just use latest as the chromedriver version number in webdriverjs/basic/package.json
  2. Run WebDriverJS basic login test

ref: #177