Uh oh!
There was an error while loading. Please reload this page.
Make citest-jasmine pass locally - #1211
Conversation
- see http://codepen.io/etpinard/pen/ZBabVW for explanation - this removes the 'gd.emit is not a function' failures on 'npm run citest-jasmine'
- in update menu cases
| it('should create link, remove link, accept options', function(done) { | ||
| downloadTest(gd, 'jpeg', done); | ||
| }); | ||
| }, LONG_TIMEOUT_INTERVAL); |
| return assertLabelsCorrect([237, 218], [266.75, 265], 'trace 1'); | ||
| }).then(function() { | ||
| return assertLabelsCorrect([237, 251], [247.7, 254], 'trace 0'); | ||
| return assertLabelsCorrect([237, 240], [247.7, 254], 'trace 0'); |
There was a problem hiding this comment.
cc @alexcjohnson these cases ⬆️ were tuned for FF on CI and Chrome locally. Now, they work locally in FF and Chrome as well as FF on CI.
Note that |
rreusser
commented
Dec 1, 2016
This all works except for one test: That's my fault. Not clear why it's failing, but of course 569 is the one line out of many that I'm responsible for: |
rreusser
commented
Dec 1, 2016
For reference: conclusion after talking with @etpinard: change the |
resolves#666 (hopefully)
How good does this
feel?
cc @rreusser@n-riesco@alexcjohnson@monfera