diff --git a/packages/react/src/components/Search/next/Search-test.js b/packages/react/src/components/Search/next/Search-test.js index 48474b898a99..8e2a96f86a47 100644 --- a/packages/react/src/components/Search/next/Search-test.js +++ b/packages/react/src/components/Search/next/Search-test.js @@ -125,7 +125,7 @@ describe('Search', () => { expect(type2).toEqual('button'); }); - it('button should have title', () => { + it('button should have clear title', () => { expect(btns.prop('title')).toBe('Clear'); }); });