ui icon indicating copy to clipboard operation
ui copied to clipboard

I can't use with "ChaiWrapper"

Open golfzaptw opened this issue 5 years ago • 0 comments

What do you get instead?

AssertionError [ERR_ASSERTION]: helper is required

AssertionError [ERR_ASSERTION]: helper is required
  ✖ Verify that customer 
-- FAILURES:
  1) Regression: Link to personal area
     helper is required
  
  Scenario Steps:
  - I.amOnPage("https://google.com") at Object.goToHomePage (pages/welcome_page/home_page.js:47:7)
  FAIL  | 0 passed, 1 failed   // 10s

Environment info

codeceptVersion:  "2.6.0"
nodeInfo:  12.14.1
osInfo:  macOS 10.15.3
cpuInfo:  (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
chromeInfo:  80.0.3987.149
helpers: {
      ...,
        ChaiWrapper: {
            require: './node_modules/codeceptjs-chai',
        },
    },

https://www.npmjs.com/package/codeceptjs-chai

golfzaptw avatar Apr 01 '20 07:04 golfzaptw