pabz616/diamante

Visual Test | Demo Scenario | Seeing "I.eyeCheck not a function" error at each test run

Closed this issue · 0 comments

Given the following test case:
Scenario('Check Demo Site UI', async (I) => { await I.eyeCheck('Homepage'); });

  • When running visual test in Codeceptjs, I.eyeCheck('Homepage') is not being recognized