File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ steps:
102102 - with : { browser: edge, version: latest }
103103
104104 # BrowserStack non-https
105- - label : " :browserstack: :{{ matrix.browser }}: {{ matrix.version }} Browser tests${EXTRA_STEP_LABEL}"
105+ - label : " :browserstack: :{{ matrix.browser }}: {{ matrix.version }} Browser non-https tests${EXTRA_STEP_LABEL}"
106106 depends_on : " browser-maze-runner-legacy-${USE_CDN_BUILD}"
107107 timeout_in_minutes : 30
108108 plugins :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Feature: Device ID persistence
88
99 # reload the page to prove the ID was persisted and not just available in
1010 # memory somehow
11- When I navigate to the test URL "/retry-scenario"
11+ When I navigate to the test URL "/docs/ retry-scenario"
1212 And I wait to receive a sampling request
1313 And I click the element "send-first-span"
1414 And I wait for 1 span
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Feature: Resource Load Spans
33 @requires_resource_load_spans
44 Scenario : Resource load spans are automatically instrumented (NPM build)
55 Given I set the sampling probability to "0.999999"
6- And I navigate to the test URL "/resource-load-spans"
6+ And I navigate to the test URL "/docs/ resource-load-spans"
77 And I wait to receive a sampling request
88
99 When I click the element "end-span"
@@ -33,7 +33,7 @@ Feature: Resource Load Spans
3333 @requires_resource_load_spans
3434 Scenario : Resource load spans are automatically instrumented (CDN build)
3535 Given I set the sampling probability to "0.999999"
36- And I navigate to the test URL "/resource-load-spans"
36+ And I navigate to the test URL "/docs/ resource-load-spans"
3737 And I wait to receive a sampling request
3838
3939 When I click the element "end-span"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Feature: Trace propagation headers
66 And I wait to receive 5 reflections
77
88 And I wait for 5 spans
9- Then every span string attribute "http.url" matches the regex "^https :\/\/ .+:\d {4}\/ reflect$"
9+ Then every span string attribute "http.url" matches the regex "^http(s)? :\/\/ .+:\d {4}\/ reflect$"
1010
1111 And the reflection request method equals "GET"
1212 And the reflection "X-Test-Header" header equals "test"
You can’t perform that action at this time.
0 commit comments