Skip to content

Commit

Permalink
chore: move background steps to the scenario
Browse files Browse the repository at this point in the history
This would avoid not reading the background when the number of scenarios grows
  • Loading branch information
mdelapenya committed Feb 26, 2020
1 parent 067a7a2 commit 3d48f52
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x-pack/legacy/plugins/apm/e2e/cypress/integration/apm.feature
Original file line number Diff line number Diff line change
@@ -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
And should have correct y-axis ticks

0 comments on commit 3d48f52

Please sign in to comment.