We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72dfbe commit 0f0c9aeCopy full SHA for 0f0c9ae
src/search-modal/SearchUI.test.tsx
@@ -480,7 +480,7 @@ describe('<SearchUI />', () => {
480
const expandButtonLabel = /Expand to show child tags of "ESDC Skills and Competencies"/i;
481
await waitFor(() => { expect(getByLabelText(expandButtonLabel)).toBeInTheDocument(); });
482
483
- const input = getByLabelText('Search tags');
+ const input = getByRole('searchbox');
484
fireEvent.change(input, { target: { value: 'Lightcast' } });
485
486
await waitFor(() => { expect(queryByLabelText(/^ESDC Skills and Competencies/i)).toBeNull(); });
0 commit comments