Skip to content

Commit c0adff5

Browse files
authored
Merge branch 'main' into fixTest
2 parents 5bddb98 + aed9123 commit c0adff5

File tree

1 file changed

+1
-0
lines changed
  • cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/data_explorer

1 file changed

+1
-0
lines changed

cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/data_explorer/discover.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ describe('discover app', { scrollBehavior: false }, () => {
6666
after(() => {
6767
cy.get('[data-test-subj~="filter-key-extension.raw"]').click();
6868
cy.getElementByTestId(`deleteFilter`).click();
69+
cy.clearTopNavQuery(); // clear the query before we proceed
6970
});
7071
it('should persist across refresh', function () {
7172
// Set up query and filter

0 commit comments

Comments
 (0)