Skip to content

Commit 84a7452

Browse files
author
Steve Kirkland
committed
Correct step names for v8
[full ci]
1 parent aacfdcb commit 84a7452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/full_tests/detect_anr_jvm.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Feature: ANRs triggered in JVM code are captured
5151
When I run "JvmAnrOutsideReleaseStagesScenario"
5252
And I wait for 2 seconds
5353
And I cause the ANR dialog to appear
54-
Then I should receive no requests
54+
Then I should receive no errors

features/full_tests/discarded_events.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Feature: Discarding events
6060
# Now there is no event on disk, so there's nothing to send.
6161
And I close and relaunch the app
6262
And I configure Bugsnag for "DiscardBigEventsScenario"
63-
Then I should receive no requests
63+
Then I should receive no errors
6464

6565
Scenario: Discard an on-disk error that received 400 and is too big
6666
# Fail to send initial handled error due to 400 error. Client discards it immediately.

0 commit comments

Comments
 (0)