fix split test
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user