test(data-explorer): Add raw data view scrolling test

pull/18359/head
Zoe Steinkamp 2020-06-04 13:33:26 -06:00
parent dd5e5138b8
commit b2329173f1
1 changed files with 1 additions and 3 deletions

View File

@ -799,9 +799,7 @@ describe('DataExplorer', () => {
.trigger('mousemove', {clientY: 5000})
.trigger('mouseup')
})
cy.getByTestID(`raw-flux-data-table--cell ${numLines}`).should(
'be.visible'
)
cy.get(`[title="${numLines}"]`).should('be.visible')
})
})
})