[CKEDITOR.resourceManager.load] Resource name "default" was not found at "http://cdn.ckeditor.com/4.4.7/full/styles.js?t=F0RD".
I intermittently run into this error while running integration tests in Poltergeist. While researching the issue I've seen some older threads with this problem related to actual missing assets, but the library is being loaded from the CDN so I have no control over the assets.
Any ideas?
This solved in my case:
page.execute_script <<-SCRIPT
var CKEDITOR_BASEPATH = '/assets/ckeditor/';
SCRIPT
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With