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
Visualize Pages currently support only DQL/ Lucene based Saved Query hence the saved queries that are of other languages (namely SQL, PPL) are not shown to user.
Test for both data.savedQueriesNewUI.enabled: false and data.savedQueriesNewUI.enabled: true
Scenario
Steps
Expected result
Visualize Pages only show valid saved queries
Navigate to any of the Visualize Pages
Click on Open Saved Query Button
Validate only DQL/Lucene based Saved Queries are shown
Pre-requisites
What do we need to make sure the test can be written
Steps to setting up the scenario
Have atleast 2 Saved Queries one in DQL/Lucene and other in any other language namely SQL/PPL
Known Issues
Currently this functionality is broken when we have data.savedQueriesNewUI.enabled: true therefore test only for when we have data.savedQueriesNewUI.enabled: false scenario
The text was updated successfully, but these errors were encountered:
Objective
Visualize Pages currently support only DQL/ Lucene based Saved Query hence the saved queries that are of other languages (namely SQL, PPL) are not shown to user.
Test for both data.savedQueriesNewUI.enabled: false and data.savedQueriesNewUI.enabled: true
Pre-requisites
What do we need to make sure the test can be written
Steps to setting up the scenario
Have atleast 2 Saved Queries one in DQL/Lucene and other in any other language namely SQL/PPL
Known Issues
Currently this functionality is broken when we have data.savedQueriesNewUI.enabled: true therefore test only for when we have data.savedQueriesNewUI.enabled: false scenario
The text was updated successfully, but these errors were encountered: