diff --git a/x-pack/legacy/plugins/apm/e2e/cypress/integration/apm.feature b/x-pack/legacy/plugins/apm/e2e/cypress/integration/apm.feature index a161423f6462f..01fee2bf68b09 100644 --- a/x-pack/legacy/plugins/apm/e2e/cypress/integration/apm.feature +++ b/x-pack/legacy/plugins/apm/e2e/cypress/integration/apm.feature @@ -1,9 +1,7 @@ Feature: APM - Background: + Scenario: Transaction duration charts Given a user browses the APM UI application When the user inspects the opbeans-go service - - Scenario: Transaction duration charts Then should redirect to correct path with correct params - And should have correct y-axis ticks \ No newline at end of file + And should have correct y-axis ticks \ No newline at end of file