-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dataset Quality] Fix loading on dataset quality summary (#201757)
## 📓 Summary Closes #186549 Refreshing the page didn't give enough time for the data ingestion to process correctly, hopefully navigating to the page, which is gated by an assertion on loading indicators, should check that data is loaded correctly. Also, running the test in isolation raised a bug in the code, where the loading of the summary details was not synced with the loaded data from the table. This resulted in the summary always being 0 at first load, and then immediately update once the table is ready, which broke the test. Syncing their loading indicators fixed the issue and tests passes in isolation too. --------- Co-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>
- Loading branch information
1 parent
0735ab8
commit 8814e43
Showing
4 changed files
with
43 additions
and
14 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