opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.7k stars 901 forks source link

[Saved Queries] TESTID-126: Update a existing Saved Query #8980

Open LDrago27 opened 1 week ago

LDrago27 commented 1 week ago

Objective

We are validating the ability to update the contents (language, query, time range, filters) of an existing saved query.

What to test

Update Permutations:

  1. query

  2. filters

  3. time range

  4. language


Try the above permutations for both value of Flag data.savedQueriesNewUI.enabled i.e true/false

| Scenario | Steps | Expected result | |----------|-------|-----------------| | Visualize Pages only show valid saved queries | | |

Pre-requisites

What do we need to make sure the test can be written

Steps to setting up the scenario

  1. Have at least 1 existing workspace with index patterns

  2. Have at least 1 saved query

Known Issues

List of known issues to reference that could impact the results of this test case

ArgusLi commented 9 hours ago

Could I please be assigned this task?