Skip to content

Commit

Permalink
Fix Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Apr 2, 2021
1 parent 70c46ee commit 73166b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('Visualization > Table', () => {
});

// should display in raw records mode
cy.get('div[data-test="query_mode"] .btn.active').contains('Raw Records');
cy.get('div[data-test="query_mode"] .btn.active').contains('Raw records');
cy.get('div[data-test="all_columns"]').should('be.visible');
cy.get('div[data-test="groupby"]').should('not.exist');

Expand Down

0 comments on commit 73166b5

Please sign in to comment.