From 8c4a7b81370443bf74e0065204fe41b01387dfe5 Mon Sep 17 00:00:00 2001 From: nstclair-cc <20171905+nstclair-cc@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:21:34 -0800 Subject: [PATCH] updated graph.spect --- v3/cypress/e2e/graph.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')