From 3d48f528a5f50e9cb2b0b43e26675d46d5b9907b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 26 Feb 2020 09:51:34 +0100 Subject: [PATCH] chore: move background steps to the scenario This would avoid not reading the background when the number of scenarios grows --- .../legacy/plugins/apm/e2e/cypress/integration/apm.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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