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:
Andrej Ocenas
2021-05-19 19:41:54 +02:00
committed by GitHub
parent 3f0df997bc
commit da1558e7a2
12 changed files with 68 additions and 42 deletions
@@ -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);
});
});