My test case has executed successfully from the UI perspective, but still getting the error as below instead of saying giving the result as Passed.
Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
Could you please let me know what the reason may be.
My conf file is as below:
exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: ['DMSE2E1.js'],
framework: 'jasmine2',
jasmineNodeOpts: { defaultTimeoutInterval: 40000 }
}
DMSE2E1.js? - Ben Mohorcasynckeyword? - DublinDev