Skip to content

Commit 59b81e5

Browse files
remove only from traces cypress spec (#2340) (#2342)
(cherry picked from commit f187143) Signed-off-by: Shenoy Pratik <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1b35e26 commit 59b81e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('Testing trace view', () => {
9595
cy.get('.euiTitle').contains('Logs').should('exist');
9696
});
9797

98-
it.only('Renders data grid, flyout and filters', () => {
98+
it('Renders data grid, flyout and filters', () => {
9999
cy.get('.panel-title-count').contains('(11)').should('exist');
100100
cy.get('.euiButton__text[title="Span list"]').click({ force: true });
101101
cy.contains('2 columns hidden').should('exist');

0 commit comments

Comments
 (0)