Skip to content

Commit

Permalink
test: Update scenario names
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Jan 2, 2020
1 parent ebfab5a commit 9291512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser/features/release_stage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Scenario: setting releaseStage=staging enabledReleaseStages=[production,staging]
And the request is a valid browser payload for the error reporting API
And the event "app.releaseStage" equals "staging"

Scenario: setting releaseStage=staging enabledReleaseStages=null
Scenario: setting enabledReleaseStages=null
When I navigate to the URL "/release_stage/script/e.html"
Then I wait to receive a request
And the request is a valid browser payload for the error reporting API
And the event "app.releaseStage" equals "production"

Scenario: setting releaseStage=staging enabledReleaseStages=[]
Scenario: setting enabledReleaseStages=[]
When I navigate to the URL "/release_stage/script/f.html"
And I wait for 2 seconds
Then I should receive no requests

0 comments on commit 9291512

Please sign in to comment.