We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5c522 commit 52f6398Copy full SHA for 52f6398
cypress/e2e/start_page.cy.js
@@ -279,8 +279,7 @@ describe('NeoDash E2E Tests', () => {
279
});
280
281
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();
+ cy.get('main button[aria-label="Extensions').should('be.visible').click();
284
cy.get('#checkbox-advanced-charts').should('be.visible').click();
285
cy.get('.ndl-dialog-close').scrollIntoView().should('be.visible').click();
286
cy.wait(200);
0 commit comments