-
Notifications
You must be signed in to change notification settings - Fork 39
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
Editor addon #1449
Editor addon #1449
Conversation
…rDataBinding.test.js
…rLaterBinding.test.js
…rMessageBinding.test.js
…ataBinding.test.js
…aterBinding.test.js
…essageBinding.test.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I do have a few remarks on files that aren't altered but now can be, because of this solution:
-
mock-wizard-editor and mock-editor should no longer have to rely on the Editing mixin and can be altered to the Editor addon. I understand that the mock-editor-logger and mock-setter-logger still require the Editing mixin because the Historing depends on that.
-
The Wizarding mixin can be deleted. It's no longer being used.
Finally, unfortunatly the Plugin tests keep failing. I have the same issue locally on my machine at first try, when I retry the tests pass. It looks like a timing/sync issue somewhere.
Co-authored-by: Steffen van den Driest <35229971+Stef3st@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few more things that could be removed
No description provided.