Hi
It seems like using a within() clause will cause an error on codeceptjs 0.2.5
Error: done() invoked with non-Error: 1
I also noticed that a Scenario with a failing assertion and a within() clause will fail twice, with the error done() called multiple times
I'm using CodeceptJs 0.2.5, with WebdriverIO and Chrome
Best regards
Hi
It seems like using a
within()clause will cause an error on codeceptjs 0.2.5Error: done() invoked with non-Error: 1I also noticed that a Scenario with a failing assertion and a within() clause will fail twice, with the error
done() called multiple timesI'm using CodeceptJs 0.2.5, with WebdriverIO and Chrome
Best regards