ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

Tests are failing if run in random order #93

Open Dumluregn opened 4 years ago

Dumluregn commented 4 years ago

Are you reporting a feature request or a bug?

Failing tests

Provide detailed reproduction steps (if any)

  1. Remove

    jasmine: {
    random: false
    }

    from karma.conf.js file

  2. Run ng test

Expected result

All tests are passing.

Actual result

Some tests are failing (on both Chrome and Firefox), which suggests some fixtures should be cleaned up between tests.

Other details

jacekbogdanski commented 4 years ago

Since this issue takes an incomparably greater amount of the resources than real value for our community, let's postpone working on that in favor of https://github.com/ckeditor/ckeditor4-angular/issues/129