11Feature : Manual creation of spans
22
33 Scenario : Manual spans can be logged
4- Given I navigate to the test URL "/manual-span"
4+ Given I navigate to the test URL "/docs/ manual-span"
55 And I wait to receive a sampling request
66 Then I click the element "send-span"
77 And I wait for 1 span
@@ -23,7 +23,7 @@ Feature: Manual creation of spans
2323 And the trace payload field "resourceSpans.0.resource" string attribute "service.name" equals "manual-span"
2424
2525 Scenario : isFirstClass span option can be set to false
26- Given I navigate to the test URL "/manual-span?isFirstClass=false"
26+ Given I navigate to the test URL "/docs/ manual-span?isFirstClass=false"
2727 And I wait to receive a sampling request
2828 Then I click the element "send-span"
2929 And I wait for 1 span
@@ -46,7 +46,7 @@ Feature: Manual creation of spans
4646
4747 @chromium_only @local_only
4848 Scenario : userAgentData is included in custom span
49- Given I navigate to the test URL "/manual-span"
49+ Given I navigate to the test URL "/docs/ manual-span"
5050 And I wait to receive a sampling request
5151 When I click the element "send-span"
5252 And I wait for 1 span
@@ -62,7 +62,7 @@ Feature: Manual creation of spans
6262 | Unknown |
6363
6464 Scenario : Spans can be logged before start
65- Given I navigate to the test URL "/pre-start-spans"
65+ Given I navigate to the test URL "/docs/ pre-start-spans"
6666 When I wait to receive at least 1 trace
6767 Then a span name equals "Custom/Post Start"
6868 And a span name equals "Custom/Pre Start Span 0"
0 commit comments