Skip to content

Commit

Permalink
TODO for default line graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Jan 12, 2025
1 parent ad2d1f6 commit ed46549
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cypress/e2e/line.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ed46549

Please sign in to comment.