Skip to content

Commit

Permalink
Update index.test.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Sep 7, 2022
1 parent 3dd8fc8 commit 0769a95
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,15 +616,13 @@ describe('DatabaseModal', () => {
checkboxOffSVGs[4],
checkboxOffSVGs[5],
checkboxOffSVGs[6],
checkboxOffSVGs[7],
tooltipIcons[0],
tooltipIcons[1],
tooltipIcons[2],
tooltipIcons[3],
tooltipIcons[4],
tooltipIcons[5],
tooltipIcons[6],
tooltipIcons[7],
exposeInSQLLabText,
allowCTASText,
allowCVASText,
Expand Down Expand Up @@ -653,8 +651,8 @@ describe('DatabaseModal', () => {
invisibleComponents.forEach(component => {
expect(component).not.toBeVisible();
});
expect(checkboxOffSVGs).toHaveLength(8);
expect(tooltipIcons).toHaveLength(8);
expect(checkboxOffSVGs).toHaveLength(7);
expect(tooltipIcons).toHaveLength(7);
});

it('renders the "Advanced" - PERFORMANCE tab correctly', async () => {
Expand Down

0 comments on commit 0769a95

Please sign in to comment.