-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] tests: fix component tests and their organization
1. UI tests would sometimes do queries on document but it is more correct to rely on `fixture` as ATM? we cannot ensure that a fixture is alone in the document. Note that this commit only fixes the potentially problematic occurences. Related to point 2. 2. Some tests were nested in describe section that would mount useless components. Part-of: #2261
- Loading branch information
Showing
13 changed files
with
690 additions
and
712 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
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
Oops, something went wrong.