Closed mridgway closed 12 years ago
can you reproduce this issue on arrow master branch ? if yes can you please share your test files for this issue
This issue appears to be fixed with the current master. I think it was fixed by setting YUI dependency to 3.6.
I am getting a "YUITest is not defined" when trying to run my tests. Right now I am consistently getting this error in my 'arrow_travis' branch (https://github.com/mridgway/mojito/tree/arrow_travis) when I run
npm test
. This script is running through unit tests for client-side JS with nodejs driver and then unit tests for server-side JS with selenium driver. The error only occurs on the nodejs driver.Travis job with full run with debug log level: http://travis-ci.org/#!/mridgway/mojito/jobs/2280094
Previously, I thought this was caused by a YUI version mismatch between Mojito and Arrow, but that doesn't seem to be the case.