Skip to content

Commit

Permalink
add verifyHitCount for PPL
Browse files Browse the repository at this point in the history
Signed-off-by: Anan <[email protected]>
  • Loading branch information
ananzh committed Dec 20, 2024
1 parent a1eb638 commit 0a4368b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ describe('query enhancement queries', { scrollBehavior: false }, () => {
//query should persist across refresh
cy.reload();
cy.getElementByTestId(`queryResultCompleteMsg`).should('be.visible');
cy.verifyHitCount('10,000');
});
});
});

0 comments on commit 0a4368b

Please sign in to comment.