We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f83144 + a0417a6 commit 2d7f5d7Copy full SHA for 2d7f5d7
features/crashprobe.feature
@@ -54,7 +54,10 @@ Feature: Reporting crash events
54
And the "method" of stack frame 0 equals "-[ReadOnlyPageScenario run]"
55
56
Scenario: Stack overflow
57
- When I run "StackOverflowScenario" and relaunch the app
+ When I run "StackOverflowScenario"
58
+ # Present to allow the scenario to crash
59
+ And I wait for 3 seconds
60
+ And I relaunch the app
61
And I configure Bugsnag for "StackOverflowScenario"
62
And I wait to receive a request
63
Then the request is valid for the error reporting API version "4.0" for the "iOS Bugsnag Notifier" notifier
0 commit comments