Skip to content
Snippets Groups Projects

fix(search): left panel labels and layout (MIN-293)

Merged mateusz-winiarczyk requested to merge MIN-293-left-panel-labels-and-layout into development
1 unresolved thread
Files
11
@@ -54,7 +54,7 @@ describe('DrugsAccordion - component', () => {
},
});
expect(screen.getByText('Chemicals (4)')).toBeInTheDocument();
expect(screen.getByText('Small molecule targets (4)')).toBeInTheDocument();
});
it('should display loading indicator while waiting for chemicals search response', () => {
renderComponent({
@@ -77,7 +77,7 @@ describe('DrugsAccordion - component', () => {
},
});
expect(screen.getByText('Chemicals (Loading...)')).toBeInTheDocument();
expect(screen.getByText('Small molecule targets (Loading...)')).toBeInTheDocument();
});
it('should navigate user to chemical results list after clicking button', async () => {
const { store } = renderComponent({
Loading