Skip to content

Commit

Permalink
print out error
Browse files Browse the repository at this point in the history
Signed-off-by: Qingyang(Abby) Hu <[email protected]>
  • Loading branch information
abbyhu2000 committed Nov 6, 2024
1 parent 913990b commit ebc5647
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ describe('query enhancement queries', { scrollBehavior: false }, () => {
`source = timestamp-* | head 10`
);
cy.waitForSearch();
cy.reload();
cy.getElementByTestId('queryResultCompleteMsg').click()
cy.get('[class="euiText euiText--small"]').then((text) => cy.log(text))
cy.verifyHitCount(4);

//query should persist across refresh
Expand Down

0 comments on commit ebc5647

Please sign in to comment.