ckeditor4-angular icon indicating copy to clipboard operation
ckeditor4-angular copied to clipboard

IE11 unstable "DemoForm Component should create" unit test

Open f1ames opened this issue 6 years ago • 2 comments

Are you reporting a feature request or a bug?

Failing test

Provide detailed reproduction steps (if any)

Unstable DemoForm Component should create test which sometimes fails on IE11/Edge. I have added longer Jasmine timeouts but looking at the log, two timeouts are mentioned in the error (default and the longer one) so I'm not sure if it works correctly and should be investigated:

image

f1ames avatar Nov 21 '19 09:11 f1ames

Same as in https://github.com/ckeditor/ckeditor4-angular/issues/73#issuecomment-658799263 - working with unstable tests is usually difficult, since it's hard to determine sometimes if they are fixed already or not (due to its instability). The recent master has all unit tests green on CI (see https://travis-ci.org/github/ckeditor/ckeditor4-angular/builds/708351469#L257)

and if this instability is not easily reproducible locally we should just observe how it works for couple of CI tests runs and then act if it fails again.

Also have in mind that Edge is now Chromium so it concerns IE11 only (I have updated issue title).

f1ames avatar Jul 15 '20 14:07 f1ames

Let's check quickly if something can be done and if not ignore failing test on IE11.

f1ames avatar Jul 31 '20 15:07 f1ames