Skip to content

Commit

Permalink
fix mazerunner scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jul 24, 2019
1 parent 962631e commit d9230df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/features/minimal_report.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Scenario: Minimal error report for a Handled Exception with an empty file
And I configure Bugsnag for "EmptyReportScenario"
And I wait to receive a request
And the request is valid for the error reporting API version "4.0" for the "Android Bugsnag Notifier" notifier
And the payload field "events.0.exceptions.0.stacktrace" is an array with 0 element
And the payload field "events.0.exceptions.0.stacktrace" is an array with 0 elements
And the exception "errorClass" equals "java.lang.RuntimeException"
And the event "severity" equals "warning"
And the event "unhandled" is false
Expand All @@ -17,7 +17,7 @@ Scenario: Minimal error report for an Unhandled Exception with a corrupted file
And I configure Bugsnag for "CorruptedReportScenario"
And I wait to receive a request
And the request is valid for the error reporting API version "4.0" for the "Android Bugsnag Notifier" notifier
And the payload field "events.0.exceptions.0.stacktrace" is an array with 0 element
And the payload field "events.0.exceptions.0.stacktrace" is an array with 0 elements
And the exception "errorClass" equals "java.lang.IllegalStateException"
And the event "severity" equals "error"
And the event "unhandled" is true
Expand All @@ -29,5 +29,4 @@ Scenario: Minimal error report with old filename
And I configure Bugsnag for "CorruptedOldReportScenario"
And I wait to receive a request
And the request is valid for the error reporting API version "4.0" for the "Android Bugsnag Notifier" notifier
And the event "unhandled" is false
And the event "incomplete" is false

0 comments on commit d9230df

Please sign in to comment.