diff --git a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/dashboard.spec.js b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/dashboard.spec.js index 92aee997a..234d4138a 100644 --- a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/dashboard.spec.js +++ b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/dashboard.spec.js @@ -138,7 +138,7 @@ if (Cypress.env('VISBUILDER_ENABLED')) { // Save and return cy.getElementByTestId('visBuilderSaveAndReturnButton').click(); - cy.getElementByTestId('visualizationLoader').should( + cy.getElementByTestId('visBuilderLoader').should( 'contain.text', newLabel );