Closed il-bot closed 3 years ago
@DavertMik ?
It would be great to merge this PR and fix the issue.
Because currently, we're not able to use the usePlaywrightTo
method.
Thanks for repored. Let it work. I am releasing a new version of this library so if you run npm update
it should be updated
See issue in main repository. The problem occurs in lib/step.js:111, as
toString
property of the async function argument (second parameter tousePlaywrightTo
) is not a function, which causes the step output to fail.