-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix editor tests and focus/blur issues
* Fix the editor unit tests that were causing errors (but not test failures) because the test was not waiting for the promise from `Editor#edit` to resolve before deleting the grid. * Move closured variables to the instance to resolve issues with state carrying over between tests * Blur any active editOn editor before activating another one to avoid errors
- Loading branch information
Showing
2 changed files
with
132 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters