fix split test

This commit is contained in:
Ashley Harrison
2025-12-10 09:46:28 +00:00
parent 68e0ed782c
commit fd4a97e49e
@@ -122,7 +122,7 @@ describe('Handles open/close splits and related events in UI and URL', () => {
// Make sure we render the logs panel
await waitFor(() => {
const logsPanels = screen.getAllByText(/^Logs$/);
const logsPanels = screen.getAllByRole('heading', { name: /^Logs$/ });
expect(logsPanels.length).toBe(2);
});