Skip to content

Commit aedc046

Browse files
author
Robert Bartoszewski
committed
Fixed a flaky E2E test
1 parent d8c5efc commit aedc046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/default/manual_spans.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ Feature: Manual creation of spans
506506

507507
Scenario: Span Conditions - blocking blocked ended span
508508
Given I run "SpanConditionsBlockedSpanScenario"
509-
And I wait for 1 span
509+
And I wait for 2 spans
510510
Then the trace "Content-Type" header equals "application/json"
511511
* the trace "Bugsnag-Span-Sampling" header matches the regex "^1:\d{1,2}$"
512512
* the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d\.\d\d\dZ$"

0 commit comments

Comments
 (0)