Skip to content

Commit

Permalink
fix: skip test for SidePanel since it's removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynndp committed Apr 22, 2022
1 parent 0d97bb0 commit 7324af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Captures/CaptureGallery.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('Captures', () => {
expect(arr[1]).toBe('1-4 of 4');
});

it('renders side panel', () => {
it.skip('renders side panel', () => {
expect(screen.getByText(/approve/i));
expect(screen.getByText(/reject/i));
expect(screen.getByText(/morphology/i));
Expand Down

0 comments on commit 7324af1

Please sign in to comment.