Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Jun 18, 2020
1 parent 17ad610 commit e427de5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('when on the policies page', () => {

it('should display the onboarding steps', async () => {
const renderResult = render();
const table = await renderResult.findByTestId('onBoardingSteps');
const table = await renderResult.findByTestId('onboardingSteps');
expect(table).not.toBeNull();
});

Expand Down

0 comments on commit e427de5

Please sign in to comment.