Skip to content

Commit

Permalink
remove only from traces cypress spec (#2340) (#2342)
Browse files Browse the repository at this point in the history
(cherry picked from commit f187143)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
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>
  • Loading branch information
1 parent 1b35e26 commit 59b81e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('Testing trace view', () => {
cy.get('.euiTitle').contains('Logs').should('exist');
});

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

0 comments on commit 59b81e5

Please sign in to comment.