@@ -5,7 +5,7 @@ Feature: Configuration tests
55
66 Scenario : Custom Release Stage
77 When I run the game in the "CustomReleaseStage" state
8- And I wait for 1 span
8+ And I wait to receive at least 1 span
99 Then the trace Bugsnag-Integrity header is valid
1010 * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
1111 And the trace "Bugsnag-Api-Key" header equals "a35a2a72bd230ac0aa0f52715bbdc6aa"
@@ -14,7 +14,7 @@ Feature: Configuration tests
1414
1515 Scenario : Enabled Release Stage
1616 When I run the game in the "EnabledReleaseStages" state
17- And I wait for 1 span
17+ And I wait to receive at least 1 span
1818 Then the trace Bugsnag-Integrity header is valid
1919 * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
2020 And the trace "Bugsnag-Api-Key" header equals "a35a2a72bd230ac0aa0f52715bbdc6aa"
@@ -37,31 +37,31 @@ Feature: Configuration tests
3737
3838 Scenario : App Version
3939 When I run the game in the "AppVersion" state
40- And I wait for 1 span
40+ And I wait to receive at least 1 span
4141 Then the trace Bugsnag-Integrity header is valid
4242 * the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.name" equals "AppVersion"
4343 * the trace payload field "resourceSpans.0.resource" string attribute "service.version" equals "1.2.3_AppVersion"
4444
4545 @cocoa_only
4646 Scenario : Bundle Version
4747 When I run the game in the "BundleVersion" state
48- And I wait for 1 span
48+ And I wait to receive at least 1 span
4949 Then the trace Bugsnag-Integrity header is valid
5050 * the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.name" equals "BundleVersion"
5151 * the trace payload field "resourceSpans.0.resource" string attribute "bugsnag.app.bundle_version" equals "1.2.3_BundleVersion"
5252
5353 @android_only
5454 Scenario : Android Specifics
5555 When I run the game in the "VersionCode" state
56- And I wait for 1 span
56+ And I wait to receive at least 1 span
5757 Then the trace Bugsnag-Integrity header is valid
5858 * the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.name" equals "VersionCode"
5959 * the trace payload field "resourceSpans.0.resource" string attribute "bugsnag.app.version_code" equals "123"
6060 * the trace payload field "resourceSpans.0.resource" string attribute "bugsnag.device.android_api_version" exists
6161
6262 Scenario : Custom Service Name
6363 When I run the game in the "CustomServiceName" state
64- And I wait for 1 span
64+ And I wait to receive at least 1 span
6565 Then the trace Bugsnag-Integrity header is valid
6666 * the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.name" equals "CustomServiceName"
6767 * the trace payload field "resourceSpans.0.resource" string attribute "service.name" equals "custom.service.name"
0 commit comments