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 18, 2024
1 parent 49203b1 commit db8034b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('Testing Service map', () => {
cy.get('.vis-network canvas').should('have.attr', 'height').and('not.eq', '0');
});

it.only('Click on a node to see the details', () => {
it('Click on a node to see the details', () => {
cy.get('.euiText.euiText--medium .panel-title').contains('Service map');
cy.get('.vis-network canvas').should('exist');

Expand Down

0 comments on commit db8034b

Please sign in to comment.