Skip to content

Commit

Permalink
Fixes broken cypress test (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland authored Jul 11, 2024
1 parent 11f4a76 commit c1a076d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions v3/cypress/e2e/graph.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,10 @@ context("Graph UI", () => {

// change point size
cy.get("[data-testid=point-size-slider]")
.trigger("change")
.click({ force: true })
.type('{downArrow}{downArrow}')
.click({ force: true })
.wait(500) // wait for animation to finish
.get('div[role="slider"][aria-valuenow="0.99"]').should('be.visible')
.get('div[role="slider"]').should('have.attr', 'aria-valuenow', "0.98")

cy.log("changes the stroke color value and verifies the change")

Expand Down

0 comments on commit c1a076d

Please sign in to comment.