Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Tackett <[email protected]>
  • Loading branch information
Adam Tackett committed Dec 19, 2024
1 parent db8034b commit b0ba1eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('Testing traces table', () => {
setTimeFilter();
});

it.only('Renders the traces table and verify Table Column, Pagination and Rows Data ', () => {
it('Renders the traces table and verify Table Column, Pagination and Rows Data ', () => {
cy.get('.euiTableCellContent__text').contains('Trace ID').should('exist');
cy.get('.euiTableCellContent__text').contains('Trace group').should('exist');
cy.get('.euiTableCellContent__text').contains('Duration (ms)').should('exist');
Expand Down

0 comments on commit b0ba1eb

Please sign in to comment.