Skip to content

Commit

Permalink
Fix trace
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Aug 1, 2024
1 parent 8ecea40 commit dcc4705
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('Testing dashboard table empty state', () => {
},
});
cy.wait(delayTime * 3);
cy.contains('span.euiSideNavItemButton__label', 'Traces').click();
cy.get(
'[data-test-subj="trace-groups-service-operation-accordian"]'
).click();
Expand All @@ -32,6 +33,8 @@ describe('Testing dashboard table', () => {
});

it('Adds the percentile filters', () => {
cy.contains('span.euiSideNavItemButton__label', 'Traces').click();

cy.get(
'[data-test-subj="trace-groups-service-operation-accordian"]'
).click();
Expand Down Expand Up @@ -65,6 +68,8 @@ describe('Testing dashboard table', () => {

it('Opens latency trend popover', () => {
setTimeFilter(true);
cy.contains('span.euiSideNavItemButton__label', 'Traces').click();

cy.get(
'[data-test-subj="trace-groups-service-operation-accordian"]'
).click();
Expand All @@ -80,6 +85,8 @@ describe('Testing dashboard table', () => {
});

it('Redirects to traces table with filter', () => {
cy.contains('span.euiSideNavItemButton__label', 'Traces').click();

cy.get(
'[data-test-subj="trace-groups-service-operation-accordian"]'
).click();
Expand Down Expand Up @@ -111,6 +118,8 @@ describe('Testing plots', () => {
},
});
setTimeFilter();
cy.contains('span.euiSideNavItemButton__label', 'Traces').click();

cy.get(
'[data-test-subj="trace-groups-service-operation-accordian"]'
).click();
Expand Down

0 comments on commit dcc4705

Please sign in to comment.