Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasongg committed May 1, 2024
1 parent 77a3792 commit a97aa60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ describe('optimise timeline', () => {
cy.get('#tab-zoom')
.should('be.visible');

// verifies the ramp chart is not optimised and has empty space on the right
cy.get('#tab-zoom .ramp a')
.first()
.invoke('css', 'right')
Expand All @@ -111,6 +112,7 @@ describe('optimise timeline', () => {
cy.get('#tab-zoom .period')
.should('contain', '2018-05-03 to 2023-03-03');

// verifies the ramp chart is optimised and has no empty space on the right
cy.get('#tab-zoom .ramp a')
.first()
.invoke('css', 'right')
Expand Down

0 comments on commit a97aa60

Please sign in to comment.