Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve stability of Paste Tools tests with filters #3539

Merged
merged 1 commit into from
Nov 18, 2019
Merged

Improve stability of Paste Tools tests with filters #3539

merged 1 commit into from
Nov 18, 2019

Conversation

Comandeer
Copy link
Member

What is the purpose of this pull request?

Failing test

Does your PR contain necessary tests?

All patches which change the editor code must include tests. You can always read more
on PR testing,
how to set the testing environment and
how to create tests
in the official CKEditor documentation.

This PR contains

  • Unit tests
  • Manual tests

What is the proposed changelog entry for this pull request?

None needed.

What changes did you make?

I've moved loading filters as a part of async:init to force loading them after creating editor for tests.

Closes #3424.

Copy link
Contributor

@f1ames f1ames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good and works fine on CI from what I can see. However... I would assume it will also fix failing tests on Edge, but it still seems to be an issue (below tests fails randomly):

Zrzut ekranu z 2019-11-15 15-08-43
Zrzut ekranu z 2019-11-15 15-09-14

I had new virtual machine set up so there were no cached version of master branch. Not sure what more we can do here 😕

@Comandeer
Copy link
Member Author

I'm not sure if it's worth fixing, as Edge is switching to Chromium at the beginning of the next year.

Copy link
Contributor

@f1ames f1ames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We decided not to fix Edge instability. Apart from that it looks good 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants