Skip to content

Commit 2d7f5d7

Browse files
authored
Merge pull request #778 from bugsnag/tests/fix-stackoverflow-scenario
[PLAT-4798] Add a short delay to stack overflow test scenario
2 parents 9f83144 + a0417a6 commit 2d7f5d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

features/crashprobe.feature

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ Feature: Reporting crash events
5454
And the "method" of stack frame 0 equals "-[ReadOnlyPageScenario run]"
5555

5656
Scenario: Stack overflow
57-
When I run "StackOverflowScenario" and relaunch the app
57+
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
5861
And I configure Bugsnag for "StackOverflowScenario"
5962
And I wait to receive a request
6063
Then the request is valid for the error reporting API version "4.0" for the "iOS Bugsnag Notifier" notifier

0 commit comments

Comments
 (0)