Explore: UI improvements to trace view (#34276)
* Various ui fixes * Remove unused classes * Fix opening of collapsible * Fix pointer issue * Update e2e test
This commit is contained in:
@@ -29,7 +29,7 @@ describe('Trace view', () => {
|
||||
|
||||
e2e.pages.Explore.General.scrollBar().scrollTo('center');
|
||||
|
||||
// After scrolling we should have 140 spans instead of the first 100
|
||||
e2e.components.TraceViewer.spanBar().should('have.length', 140);
|
||||
// After scrolling we should have 139 spans instead of the first 100
|
||||
e2e.components.TraceViewer.spanBar().should('have.length', 139);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user