-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail on master #6214
Comments
I'm getting the same error when running grunt. Running "karmangular" task |
I synced my fork and on master I am getting a similar error. Running "karmangular" task Any ideas? |
I face the same problem in build release version v4.1.0. node-v8.9.4-win-x64 - shows the same error Hope this info world help. |
I also see this error in build release v4.1.0. |
The included versions of Karma and grunt-karma are too old. Node 6 support wasn't added until v1.0.0 of Karma (https://github.com/karma-runner/karma/blob/master/CHANGELOG.md#100-2016-06-23). Updating Karma and grunt-karma both to v2.0.0 allows the tests to run. |
I had to update selenium server and webdriver to the latest version as well, after that the default grunt task runs without issues (Windows 10) |
@m4m4m4 Could you open a pull request with those upgrades? That was one of the things that I wanted done soon. |
I'm trying to submit a small pull request about the sort icon (now if the header text is longer than the column width the sort icon is never visible). I followed the first timer guide forking from master but with
grunt test:e2e
one test fails andgrunt
default task works only with "force" flag.Another user had the same problem.
Can you help me to resolve those errors?
The text was updated successfully, but these errors were encountered: