Skip to content

Commit

Permalink
Un-skip test fixed in master
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Nov 11, 2020
1 parent d9975ab commit 9d9a1b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ describe('<TemplateCreate />', () => {
expect(find('stepTitle').text()).toEqual('Index settings (optional)');
});

it.skip('should not allow invalid json', async () => {
it('should not allow invalid json', async () => {
const { form, actions } = testBed;

await actions.completeStepThree('{ invalidJsonString ');
Expand Down

0 comments on commit 9d9a1b8

Please sign in to comment.