Commit 2d843478 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Prepare tag_field_new_spec for Jest 26

parent 42f472da
......@@ -55,7 +55,7 @@ describe('releases/components/tag_field_new', () => {
describe('"Tag name" field', () => {
describe('rendering and behavior', () => {
beforeEach(createComponent);
beforeEach(() => createComponent());
it('renders a label', () => {
expect(findTagNameFormGroup().attributes().label).toBe('Tag name');
......@@ -124,7 +124,7 @@ describe('releases/components/tag_field_new', () => {
});
describe('"Create from" field', () => {
beforeEach(createComponent);
beforeEach(() => createComponent());
it('renders a label', () => {
expect(findCreateFromFormGroup().attributes().label).toBe('Create from');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment