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

Test failures on master #229

Open
ahernandez-miralles opened this issue Jan 31, 2017 · 3 comments
Open

Test failures on master #229

ahernandez-miralles opened this issue Jan 31, 2017 · 3 comments

Comments

@ahernandez-miralles
Copy link

I'm getting 38 test failures on the master branch... I ran npm i followed by gulp test. Is this a known issue?

[15:35:56] Starting 'test'...


  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․

  43 passing (155ms)
  38 failing

  1) Typeahead Component sanity should fuzzy search and render matching results:
     AssertionError: Text input: o: expected 0 to equal 3
      at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:2005
      at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:3564
      at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:43478
      at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:10867
      at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:12072
      at forEach (file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:13269)
      at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:43479
      at callFn (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4452)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4445
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4847
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4938
      at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4772)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4782
      at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4720)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4744
      at done (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4408)
      at callFn (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4463)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4445
      at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4745)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4749
      at timeslice (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:6015)

  2) Typeahead Component sanity does not change the url hash when clicking on options:
     Error: Did not find exactly one match for tag:a
      at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:30984
      at file:///Users/ayhernandez/repos/react-typeahead/test/bundle.js:43485
      at callFn (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4452)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4445
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4847
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4938
      at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4772)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4782
      at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4720)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4744
      at done (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4408)
      at callFn (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4463)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4445
      at next (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4745)
      at file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:4749
      at timeslice (file:///Users/ayhernandez/repos/react-typeahead/node_modules/mocha/mocha.js:6015)

...

[15:35:57] 'test' errored after 1.11 s
[15:35:57] Error in plugin 'gulp-mocha-phantomjs'
test failed```
@fmoo
Copy link
Owner

fmoo commented Feb 1, 2017 via email

@ahernandez-miralles
Copy link
Author

Got it, thanks for the quick response. Is there another issue documenting this? (I did a brief search but didn't find one)

@fmoo
Copy link
Owner

fmoo commented Feb 1, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants