Skip to content

Commit 75b3ce3

Browse files
author
Adam Tackett
committed
update cypress to account for sorting
Signed-off-by: Adam Tackett <[email protected]>
1 parent cf3afde commit 75b3ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cypress/integration/trace_analytics_test/trace_analytics_traces.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ describe('Testing traces Custom source', () => {
325325

326326
cy.get('a.euiLink.euiLink--primary').first().click();
327327
cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');
328-
cy.get('.overview-content').should('contain.text', '4fa04f117be100f476b175e41096e736');
328+
cy.get('.overview-content').should('contain.text', 'd5bc99166e521eec173bcb7f9b0d3c43');
329329
});
330330

331331
it('Renders all spans column attributes as hidden, shows column when added', () => {
@@ -366,6 +366,6 @@ describe('Testing traces Custom source', () => {
366366

367367
cy.get('a.euiLink.euiLink--primary').first().click();
368368
cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');
369-
cy.get('.overview-content').should('contain.text', '02feb3a4f611abd81f2a53244d1278ae');
369+
cy.get('.overview-content').should('contain.text', 'be0a3dceda2ecf601fd2e476fef3ee07');
370370
});
371371
});

0 commit comments

Comments
 (0)