Skip to content
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 are not passing when running on Firefox #18

Open
danielalves opened this issue Mar 9, 2015 · 0 comments
Open

Tests are not passing when running on Firefox #18

danielalves opened this issue Mar 9, 2015 · 0 comments
Labels

Comments

@danielalves
Copy link
Collaborator

Running on Chrome, all tests are green. But, when running on Firefox, we have a failing spec:

SilverTrack.Plugins.Css3Animation _setupTransition setupTransitionTimingFunction disabled should do nothing.

Expected 'cubic-bezier(0.25, 0.1, 0.25, 1)' to be 'ease'.

Callstack:

Jasmine 1.3.1 revision 1354556913finished in 5.282s

No try/catchFailing 1 spec289 specs | 1 failing
SilverTrack.Plugins.Css3Animation _setupTransition setupTransitionTimingFunction disabled should do nothing.
Expected 'cubic-bezier(0.25, 0.1, 0.25, 1)' to be 'ease'.
jasmine.ExpectationResult@http://localhost:8888/__jasmine__/jasmine.js:114:32 
jasmine.Matchers.matcherFn_/<@http://localhost:8888/__jasmine__/jasmine.js:1235:29 
@http://localhost:8888/__spec__/PluginCss3AnimationSpec.js:370:11 
jasmine.Block.prototype.execute@http://localhost:8888/__jasmine__/jasmine.js:1064:7 
jasmine.Queue.prototype.next_@http://localhost:8888/__jasmine__/jasmine.js:2096:7
jasmine.Queue.prototype.start@http://localhost:8888/__jasmine__/jasmine.js:2049:3 
jasmine.Spec.prototype.execute@http://localhost:8888/__jasmine__/jasmine.js:2376:3 
jasmine.Queue.prototype.next_@http://localhost:8888/__jasmine__/jasmine.js:2096:7 
jasmine.Queue.prototype.start@http://localhost:8888/__jasmine__/jasmine.js:2049:3 
jasmine.Suite.prototype.execute@http://localhost:8888/__jasmine__/jasmine.js:2521:3 
jasmine.Queue.prototype.next_@http://localhost:8888/__jasmine__/jasmine.js:2096:7 
jasmine.Queue.prototype.start@http://localhost:8888/__jasmine__/jasmine.js:2049:3 
jasmine.Suite.prototype.execute@http://localhost:8888/__jasmine__/jasmine.js:2521:3 
jasmine.Queue.prototype.next_@http://localhost:8888/__jasmine__/jasmine.js:2096:7 
jasmine.Queue.prototype.next_/onComplete@http://localhost:8888/__jasmine__/jasmine.js:2092:13 
jasmine.Suite.prototype.finish@http://localhost:8888/__jasmine__/jasmine.js:2478:5 
jasmine.Suite.prototype.execute/<@http://localhost:8888/__jasmine__/jasmine.js:2522:5 
jasmine.Queue.prototype.next_@http://localhost:8888/__jasmine__/jasmine.js:2106:9 
jasmine.Queue.prototype.next_/onComplete@http://localhost:8888/__jasmine__/jasmine.js:2092:13 
jasmine.Suite.prototype.finish@http://localhost:8888/__jasmine__/jasmine.js:2478:5 
jasmine.Suite.prototype.execute/<@http://localhost:8888/__jasmine__/jasmine.js:2522:5 
jasmine.Queue.prototype.next_@http://localhost:8888/__jasmine__/jasmine.js:2106:9 
jasmine.Queue.prototype.next_/onComplete@http://localhost:8888/__jasmine__/jasmine.js:2092:13 
jasmine.Suite.prototype.finish@http://localhost:8888/__jasmine__/jasmine.js:2478:5 
jasmine.Suite.prototype.execute/<@http://localhost:8888/__jasmine__/jasmine.js:2522:5 
jasmine.Queue.prototype.next_@http://localhost:8888/__jasmine__/jasmine.js:2106:9 
jasmine.Queue.prototype.next_/onComplete@http://localhost:8888/__jasmine__/jasmine.js:2092:13 
jasmine.Spec.prototype.finish@http://localhost:8888/__jasmine__/jasmine.js:2350:5 
jasmine.Spec.prototype.execute/<@http://localhost:8888/__jasmine__/jasmine.js:2377:5 
jasmine.Queue.prototype.next_@http://localhost:8888/__jasmine__/jasmine.js:2106:9 
jasmine.Queue.prototype.next_/onComplete/<@http://localhost:8888/__jasmine__/jasmine.js:2086:13 
@danielalves danielalves added the bug label Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant