diff --git a/v3/cypress/e2e/graph.spec.ts b/v3/cypress/e2e/graph.spec.ts index 2f44450e6..8c9bfc61b 100644 --- a/v3/cypress/e2e/graph.spec.ts +++ b/v3/cypress/e2e/graph.spec.ts @@ -60,7 +60,7 @@ context("Graph UI", () => { toolbar.getRedoTool().click({force: true}) c.getComponentTitle("graph").should("have.text", newCollectionName) }) - it("tests creating graphs with undo/redo", () => { + it("tests creating multiple graphs with undo/redo", () => { // Function to count CODAP graphs and return the count const countCodapGraphs = () => { return cy.get('.codap-graph').its('length')