-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block Directory: Fix "no result" ui flash (#22783)
* Change the way we check for pending searches from boolean to integer. * Fix reducer tests. * Add tests for the selector. * Change the pending search parameter and add tests to the reducer. * Add space between tests to maintain spacing consistency. * Change structure of downloadable blocks to use store results & pending status. * Clean up variable name. * Remove redundant test. * Add test case for retrieving request status and update text to be clearer. * Deep freeze initial state for downloadable blocks test. * Add back in tests removed in rebase. * Move the test back into its area.
- Loading branch information
1 parent
01fab7e
commit a3e1255
Showing
5 changed files
with
98 additions
and
39 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
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