From b2329173f1cc3564aa72bcd65cb4d6599c38043f Mon Sep 17 00:00:00 2001 From: Zoe Steinkamp Date: Thu, 4 Jun 2020 13:33:26 -0600 Subject: [PATCH] test(data-explorer): Add raw data view scrolling test --- ui/cypress/e2e/explorer.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/cypress/e2e/explorer.test.ts b/ui/cypress/e2e/explorer.test.ts index e73e32d9a6..5180031491 100644 --- a/ui/cypress/e2e/explorer.test.ts +++ b/ui/cypress/e2e/explorer.test.ts @@ -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') }) }) })