diff --git a/changelogs/fragments/9396.yml b/changelogs/fragments/9396.yml new file mode 100644 index 00000000000..d3636f49ec1 --- /dev/null +++ b/changelogs/fragments/9396.yml @@ -0,0 +1,2 @@ +test: +- Remove unnecessary reload in saved_search test. ([#9396](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/9396)) \ No newline at end of file diff --git a/cypress/utils/apps/query_enhancements/saved.js b/cypress/utils/apps/query_enhancements/saved.js index 5181864c637..ceafaceee5d 100644 --- a/cypress/utils/apps/query_enhancements/saved.js +++ b/cypress/utils/apps/query_enhancements/saved.js @@ -250,9 +250,6 @@ export const setSearchConfigurations = ({ cy.getElementByTestId(`docTableHeaderFieldSort_${APPLIED_SORT}`).click(); - // TODO: This reload shouldn't need to be here, but currently the sort doesn't always happen right away - // https://github.com/opensearch-project/OpenSearch-Dashboards/issues/9131 - cy.reload(); cy.getElementByTestId('querySubmitButton').should('be.visible'); } };