Skip to content

Commit

Permalink
Update apm.ts (#77310)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Sep 14, 2020
1 parent 4ec42d4 commit 92164a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ When(`the user inspects the opbeans-node service`, () => {
});

Then(`should redirect to correct path with correct params`, () => {
cy.url().should('contain', `/app/apm#/services/opbeans-node/transactions`);
cy.url().should('contain', `/app/apm/services/opbeans-node/transactions`);
cy.url().should('contain', `transactionType=request`);
});

Expand Down

0 comments on commit 92164a3

Please sign in to comment.