You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OSD, we don't have enough tests covering embeddable. For example, we find this bug which shows when dashboard loads a saved search, sort state is not loaded. Propose to add more tests:
Add unit test for search embeddable in Discover
Unit test should test the internal logic of the SearchEmbeddable class, ensuring that individual methods behave as expected under various conditions
Add functional test for search embeddable in Discover
Embeddable Rendering: Test that the embeddable renders correctly in the dashboard and displays the expected data. Test sort, columns, filter and etc are loaded correctly.
User Interactions: Verify that interactions (e.g., changing sort order, adding/removing columns) update the embeddable and the URL state.
Data Fetching and Display: Ensure that changing filters, queries, or time ranges updates the displayed data as expected.
The text was updated successfully, but these errors were encountered:
In OSD, we don't have enough tests covering embeddable. For example, we find this bug which shows when dashboard loads a saved search, sort state is not loaded. Propose to add more tests:
The text was updated successfully, but these errors were encountered: