[IE9] tests/core/log tests are not passing on IE9 when console window is opened.
Run: http://test.ckedtior.dev:1030/tests/core/log on IE9 when console window is open. Tests are not passing with Object doesn't support this action message. It looks like this started to happen after upgrading to new benderjs-sinon version.
After short research I can say that this is connected with spying on native console object.
Change History (5)
| Owner: |
set to Szymon Kupś
|
| Status: |
new →
assigned
|
| Summary: |
[IE9] tests/core/selection/log tests are not passing on IE9 when console window is opened. →
[IE9] tests/core/log tests are not passing on IE9 when console window is opened.
|
| Status: |
assigned →
review
|
| Milestone: |
CKEditor 4.5.6 →
CKEditor 4.5.7
|
| Resolution: |
→ fixed
|
| Status: |
review →
closed
|
Pushed branch:t/13917. For browsers <= IE9 we need to stub whole
windows.consoleobject to makesinon.stub()work correctly.