Forum Discussion

mateussmeneses's avatar
mateussmeneses
New Contributor
3 years ago

Cannot read property 'abrirLojinha' of undefined

I'm having problems trying to run the test even after performing an export of functions. An error message appears that cannot be read. I don't know what's wrong 😞 . I have a main Tests script and also a separate folder just of desktop application screens to perform integration via exports.

 

  • If you're using JavaScript, then change require[""] to require("") - to round brackets. It's a bug in TC which has been reported.

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    If you're using JavaScript, then change require[""] to require("") - to round brackets. It's a bug in TC which has been reported.