-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CustomOverlayContainer test failures
These tests were utilizing the Document object in ways that were not perfectly isolated. While they had some cleanup logic, other tests may manipulate the Document in such a way that make these tests fail. Fix this by allowing tests to inject a node to search for instead of defaulting to `document.body`. The `document.body` node is used in the actual `_createContainer()` method. PER-9864: CustomOverlayContainer test failure
- Loading branch information
1 parent
905b866
commit 0a3a12a
Showing
2 changed files
with
22 additions
and
27 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