Skip to content

Commit

Permalink
updated graph.spect
Browse files Browse the repository at this point in the history
  • Loading branch information
nstclair-cc committed Dec 24, 2024
1 parent c057e59 commit 8c4a7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/cypress/e2e/graph.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8c4a7b8

Please sign in to comment.