Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Nov 22, 2024
1 parent eae0a7d commit 68d38eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('Agent configuration', () => {
cy.contains('Create configuration').should('not.be.disabled');
});

it.only('persists service environment when clicking on edit button', () => {
it('persists service environment when clicking on edit button', () => {
cy.intercept('GET', '/api/apm/settings/agent-configuration/environments?*').as(
'serviceEnvironmentApi'
);
Expand Down

0 comments on commit 68d38eb

Please sign in to comment.