From ed465497660f61a61041362fd0999cb2bbf70ade Mon Sep 17 00:00:00 2001 From: Steven Huss-Lederman Date: Sun, 12 Jan 2025 14:53:26 -0600 Subject: [PATCH] TODO for default line graphic --- src/cypress/e2e/line.cy.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cypress/e2e/line.cy.ts b/src/cypress/e2e/line.cy.ts index e8ecb9a15..1c977d615 100644 --- a/src/cypress/e2e/line.cy.ts +++ b/src/cypress/e2e/line.cy.ts @@ -8,7 +8,9 @@ describe('template spec', () => { cy.visit('/'); }); - // Graph Type is Line + // Graph Type is Line. + // TODO This is the default line type when OED is created but can be changed by the admin. It might be good + // to first set it to this value at some point (but it does make another possible failure). it('should display a line graph type automatically', () => { // Find the line chart cy.get('#root > div:nth-child(2) > div.container-fluid.flexGrowOne > div > div.col-2.d-none.d-lg-block > div > div.dropdown > button').should('have.text', 'Line');