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

Rich text editor for featured researcher is missing #415

Closed
jcoyne opened this issue May 8, 2014 · 1 comment · Fixed by #423
Closed

Rich text editor for featured researcher is missing #415

jcoyne opened this issue May 8, 2014 · 1 comment · Fixed by #423

Comments

@jcoyne
Copy link
Contributor

jcoyne commented May 8, 2014

screen shot 2014-05-08 at 3 24 53 pm

@jcoyne jcoyne added bug labels May 8, 2014
@jcoyne
Copy link
Contributor Author

jcoyne commented May 9, 2014

The spec/features/collection_spec.rb:203 passes fine on bb10abc, but not on 1f391c0. So this points to #408, being the problem. Here's the error:

  1) collection edit collection should remove all files from a collection
     Failure/Error: sign_in user
     Capybara::Poltergeist::JavascriptError:
       One or more errors were raised in the Javascript code on the page. If you don't care about these errors, you can ignore them by setting js_errors: false in your Poltergeist configuration (see documentation for details).

       TypeError: 'undefined' is not a constructor (evaluating 'new Theme(self, ThemeManager.urls[settings.theme])')
       TypeError: 'undefined' is not a constructor (evaluating 'new Theme(self, ThemeManager.urls[settings.theme])')
           at http://127.0.0.1:49964/assets/tinymce.js:26403
           at http://127.0.0.1:49964/assets/tinymce.js:26366
           at http://127.0.0.1:49964/assets/tinymce.js:7920
           at http://127.0.0.1:49964/assets/tinymce.js:3861 in each
           at http://127.0.0.1:49964/assets/tinymce.js:7921
           at http://127.0.0.1:49964/assets/tinymce.js:7912
           at http://127.0.0.1:49964/assets/tinymce.js:7754 in done
     # ./spec/support/features/session_helpers.rb:24:in `sign_in'
     # ./spec/features/collection_spec.rb:198:in `block (3 levels) in <top (required)>'

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

Successfully merging a pull request may close this issue.

1 participant