Fix ordering

This commit is contained in:
Jack Kingsman
2026-03-10 21:06:50 -07:00
parent c52e00d2b7
commit 18a465fde8
3 changed files with 116 additions and 11 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ describe('Sidebar section summaries', () => {
expect(screen.queryByText(opsChannel.name)).not.toBeInTheDocument();
expect(screen.queryByText(aliceName)).not.toBeInTheDocument();
const search = screen.getByPlaceholderText('Search...');
const search = screen.getByLabelText('Search conversations');
fireEvent.change(search, { target: { value: 'alice' } });
await waitFor(() => {