Skip to content

Commit 709ca7c

Browse files
author
Adam Tackett
committed
remove flakyness
Signed-off-by: Adam Tackett <[email protected]>
1 parent ac29c55 commit 709ca7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cypress/integration/trace_analytics_test/trace_analytics_services.spec.js

+2
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ describe('Testing navigation from Services to Traces', () => {
395395
});
396396

397397
it('Clicks on the "Traces" shortcut to redirect', () => {
398+
cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');
398399
cy.get('.euiLink.euiLink--primary').contains('74').click();
399400
cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');
400401

@@ -406,6 +407,7 @@ describe('Testing navigation from Services to Traces', () => {
406407
});
407408

408409
it('Opens service flyout, clicks Actions, and selects View Traces', () => {
410+
cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');
409411
cy.get('[data-test-subj*="service-flyout-action-btntrace_service"]')
410412
.should('exist')
411413
.first()

0 commit comments

Comments
 (0)