Skip to content

Commit 52f6398

Browse files
committed
Fixed IT test for advanced settings
1 parent 7a5c522 commit 52f6398

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cypress/e2e/start_page.cy.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ describe('NeoDash E2E Tests', () => {
279279
});
280280

281281
function enableAdvancedVisualizations() {
282-
cy.get('main button[aria-label="Dashboard actions').should('be.visible').click();
283-
cy.get('#extensions-sidebar-button').should('be.visible').click();
282+
cy.get('main button[aria-label="Extensions').should('be.visible').click();
284283
cy.get('#checkbox-advanced-charts').should('be.visible').click();
285284
cy.get('.ndl-dialog-close').scrollIntoView().should('be.visible').click();
286285
cy.wait(200);

0 commit comments

Comments
 (0)