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
Change names
  • Loading branch information
zoesteinkamp committed Jun 4, 2020
1 parent 10dc06a commit a999f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/cypress/e2e/explorer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ describe('DataExplorer', () => {
})
})

it('can view table data with raw data & scroll to bottom and see data in raw data table', () => {
it('can view table data with raw data & scroll to bottom', () => {
// build the query to return data from beforeEach
cy.getByTestID(`selector-list m`).click()
cy.getByTestID('selector-list v').click()
Expand Down Expand Up @@ -782,7 +782,7 @@ describe('DataExplorer', () => {
)
})

it('can view table data with raw data & scroll to bottom and see data in table', () => {
it('can view table data & scroll to bottom', () => {
// build the query to return data from beforeEach
cy.getByTestID(`selector-list m`).click()
cy.getByTestID('selector-list v').click()
Expand Down

0 comments on commit a999f53

Please sign in to comment.