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 ftr tests covering the following aspects
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 ftr tests covering the following aspects
The text was updated successfully, but these errors were encountered: