From 2fdcb0081f67ba71b6a225dc29946e1d636c6eae Mon Sep 17 00:00:00 2001 From: Amardeepsingh Siglani Date: Mon, 18 Sep 2023 14:31:00 -0700 Subject: [PATCH] renamed index to avoid collision for other tests Signed-off-by: Amardeepsingh Siglani --- .../plugins/index-management-dashboards-plugin/indices_spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js b/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js index ea255848d..5404341c6 100644 --- a/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js +++ b/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js @@ -256,8 +256,7 @@ describe('Indices', () => { }); describe('can search with reindex & recovery status', () => { - const reindexedIndex = - 'reindex_opensearch_dashboards_sample_data_ecommerce'; + const reindexedIndex = 'reindex_sample_data_ecommerce'; const splittedIndex = 'split_opensearch_dashboards_sample_data_logs'; before(() => { cy.deleteAllIndices();