Skip to content

Commit 528bf46

Browse files
author
Kishore Kumaar Natarajan
committed
Updated Cypress configurations
Signed-off-by: Kishore Kumaar Natarajan <[email protected]>
1 parent 29db9c8 commit 528bf46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/3_configurations.cy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ describe('Query Insights Configurations Page', () => {
3232
cy.get('h1').contains('Query insights - Configuration').should('be.visible');
3333
// Validate the tabs
3434
cy.get('.euiTabs').should('be.visible');
35-
cy.get('.euiTab').should('have.length', 2); // Two tabs: 'Top N queries' and 'Configuration'
35+
cy.get('.euiTab').should('have.length', 3); // Three tabs: 'Top N queries', 'Live queries' and 'Configuration'
3636
cy.contains('button', 'Top N queries').should('be.visible');
37+
cy.contains('button', 'Live queries').should('be.visible');
3738
cy.contains('button', 'Configuration').should('have.class', 'euiTab-isSelected');
3839
// Validate the panels
3940
// 6 panels: Settings, Status, Group Settings, Group Status, Delete After Settings, Delete After Status

0 commit comments

Comments
 (0)