diff --git a/tests/features/minimal_report.feature b/tests/features/minimal_report.feature index 9756ba6a26..bbc795c80d 100644 --- a/tests/features/minimal_report.feature +++ b/tests/features/minimal_report.feature @@ -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 @@ -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 @@ -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