Created
June 6, 2017 10:35
-
-
Save lokeshh/be10c94cad36a6b2ded40c118f7dc16b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jasmine server started | |
| Fontconfig warning: ignoring C.UTF-8: not a valid language tag | |
| ...................................FF........****......................... | |
| Failures: | |
| Event Countdown update(): it calculates the time to the event in seconds | |
| Expected [ 1799.903 ] to be close to 1800, 1. | |
| stack@http://localhost:38233/__jasmine__/jasmine.js:2140:37 | |
| buildExpectationResult@http://localhost:38233/__jasmine__/jasmine.js:2110:19 | |
| expectationResultFactory@http://localhost:38233/__jasmine__/jasmine.js:766:40 | |
| addExpectationResult@http://localhost:38233/__jasmine__/jasmine.js:444:58 | |
| addExpectationResult@http://localhost:38233/__jasmine__/jasmine.js:710:41 | |
| http://localhost:38233/__jasmine__/jasmine.js:2063:32 | |
| http://localhost:38233/__spec__/event_countdown_spec.js:79:57 | |
| Event Countdown update(): it calculates the time to the event in minutes | |
| Expected [ 29.9 ] to be close to 30, 1. | |
| stack@http://localhost:38233/__jasmine__/jasmine.js:2140:37 | |
| buildExpectationResult@http://localhost:38233/__jasmine__/jasmine.js:2110:19 | |
| expectationResultFactory@http://localhost:38233/__jasmine__/jasmine.js:766:40 | |
| addExpectationResult@http://localhost:38233/__jasmine__/jasmine.js:444:58 | |
| addExpectationResult@http://localhost:38233/__jasmine__/jasmine.js:710:41 | |
| http://localhost:38233/__jasmine__/jasmine.js:2063:32 | |
| http://localhost:38233/__spec__/event_countdown_spec.js:83:57 | |
| Pending: | |
| eventDatePicker hides event repeat options by default | |
| awaiting refactor of related form for use in fixture | |
| eventDatePicker shows event repeat options when event is set to repeat | |
| awaiting refactor of related form for use in fixture | |
| eventDatePicker shows event repeat optional ending when event is set to end | |
| awaiting refactor of related form for use in fixture | |
| eventDatePicker hides event repeat optional ending when event is set to never end | |
| awaiting refactor of related form for use in fixture | |
| 74 specs, 2 failures, 4 pending specs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment