Navigation: Enable new navigation by default (#48447)

This commit is contained in:
Josh Hunt
2022-05-03 15:28:40 +01:00
committed by GitHub
parent e1a15bab21
commit 5dabb55b39
7 changed files with 39 additions and 29 deletions

View File

@@ -26,7 +26,7 @@ describe('Trace view', () => {
e2e.components.TraceViewer.spanBar()
.its('length')
.then((oldLength) => {
e2e.pages.Explore.General.scrollBar().scrollTo('center');
e2e.pages.Explore.General.scrollView().children('.scrollbar-view').scrollTo('center');
// After scrolling we should load more spans
e2e.components.TraceViewer.spanBar().its('length').should('be.gt', oldLength);