Skip to content

Commit

Permalink
test(data-explorer): Add raw data view scrolling test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoesteinkamp committed Jun 4, 2020
1 parent 76776f1 commit dd5e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/e2e/explorer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ describe('DataExplorer', () => {
.trigger('mousedown', {force: true})
.trigger('mousemove', {clientY: 5000})
.trigger('mouseup')

})
cy.getByTestID(`raw-flux-data-table--cell ${numLines}`).should(
'be.visible'
)
Expand Down

0 comments on commit dd5e513

Please sign in to comment.