Opened 11 years ago
Last modified 11 years ago
#11254 confirmed Bug
Tests mocking CKEDITOR.editor should be rewritten
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | QA | Version: | |
Keywords: | Cc: |
Description
For example: http://ckeditor4.t/dt/core/focusManager/focus.html (#11153)
Mocked editor does not behave like the real one. It's cool to create light unit test, but most important is to write precise and realistic tests. All those which create CKEDITOR.editor instances manually are unsafe and should be rewritten.