Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit d5e17eb

Browse files
author
ada
committed
Changed to
1 parent 65e074b commit d5e17eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

synthetics/browser-test/set-up-browser-test.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Host overrides
460460
---------------------------------------
461461
Add host override rules to reroute requests from one host to another. For example, you can create a host override to test an existing production site against page resources loaded from a development site or from a specific CDN edge node.
462462

463-
You can also indicate whether to retain the original ``HOST`` header by activating :strong:`Keep host headers`. If activated, the original request's headers remain intact (recommended). If deactivated, a change in the ``HOST`` header to the new host might occur, potentially leading to an internal direct (307). :strong:`Keep host headers` is activated by default.
463+
You can also indicate whether to retain the original ``HOST`` header by activating :guilabel:`Keep host headers`. If activated, the original request's headers remain intact (recommended). If deactivated, a change in the ``HOST`` header to the new host might occur, potentially leading to an internal direct (307). :guilabel:`Keep host headers` is activated by default.
464464

465465

466466
.. note::
@@ -478,10 +478,10 @@ Optimize your test coverage by adding custom wait times to capture longer page l
478478

479479
Follow these steps to configure custom wait times for your Browser tests:
480480

481-
#. In Splunk Synthetic Monitoring, select :strong:`Edit` on the Browser test to open the configuration panel.
482-
#. Select :strong:`New step > Wait`, from the step type drop down.
481+
#. In Splunk Synthetic Monitoring, select :guilabel:`Edit` on the Browser test to open the configuration panel.
482+
#. Select :guilabel:`New step > Wait`, from the step type drop down.
483483
#. Add a name and the wait time in ms.
484-
#. When you finish instrumenting your test, save the workflow: :strong:`Return to test > Save`.
484+
#. When you finish instrumenting your test, save the workflow: :guilabel:`Return to test > Save`.
485485

486486
The following image shows how to configure a test to go to a URL, wait for 10 seconds, then log in.
487487

0 commit comments

Comments
 (0)