Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithadurai committed Dec 13, 2024
1 parent 5fcce59 commit 58b7be4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/app/views/dashboards/manage/dashboardTable.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ describe('Dashboards - DashboardTable', function () {
}
);

expect((await screen.findAllByTestId('grid-head-cell')).length).toBe(5);
expect(screen.getByLabelText('Favorite Column')).toBeInTheDocument();
expect(screen.queryAllByLabelText('Favorite')).toHaveLength(1);
expect(screen.queryAllByLabelText('UnFavorite')).toHaveLength(1);
Expand Down

0 comments on commit 58b7be4

Please sign in to comment.