You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: synthetics/test-config/auth.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,13 @@ If your test target provides an HTML form for entering username and password, co
64
64
65
65
#. In :guilabel:`Selector`, enter the ID, name, XPath, CSS, link, or JS path of the target page's username field. For more information on element selectors on Chrome, see :new-page:`Chrome DevTools <https://developer.chrome.com/docs/devtools/#selector>`.
66
66
67
-
#. In :guilabel:`Value`, enter the name of the global varialble you stored the username in, prefixed with env. and enclosed in double curly braces. For example, ``{{env.test1_username}}``.
67
+
#. In :guilabel:`Value`, enter the name of the global variable you stored the username in, prefixed with env. and enclosed in double curly braces. For example, ``{{env.test1_username}}``.
68
68
69
69
#. Add a step of type :guilabel:`Fill in field`, and set it up as follows:
70
70
71
71
#. In :guilabel:`Selector`, enter the ID of the target page's password field.
72
72
73
-
#. In :guilabel:`Value`, enter the name of the global varialble you stored the password in, prefixed with env. and enclosed in double curly braces. For example, ``{{env.test1_password}}``.
73
+
#. In :guilabel:`Value`, enter the name of the global variable you stored the password in, prefixed with env. and enclosed in double curly braces. For example, ``{{env.test1_password}}``.
74
74
75
75
#. Add a step of type :guilabel:`Click`, and set it up as follows:
76
76
@@ -115,7 +115,7 @@ If your test target expects login credentials to be included in an HTTP header,
115
115
116
116
#. In the left field (with hint text :guilabel:`Username`), enter the username for the target page.
117
117
118
-
#. In the right field, enter the name of the global varialble in which you stored the password for this target page, prefixed with ``env.`` and enclosed in double curly braces. For example, ``{{env.test1_password}}``. To see the list of available global variables, expand the pane on the right.
118
+
#. In the right field, enter the name of the global variable in which you stored the password for this target page, prefixed with ``env.`` and enclosed in double curly braces. For example, ``{{env.test1_password}}``. To see the list of available global variables, expand the pane on the right.
119
119
120
120
#. On the browser test's configuration page, select the :guilabel:`Simple` toggle.
121
121
@@ -255,7 +255,7 @@ Some services may not be accessible during Synthetics tests due to violations of
255
255
256
256
#. In :guilabel:`Selector`, enter the ID of the element on the target page where the user must enter the OTP.
257
257
258
-
#. In :guilabel:`Value`, enter the name of the custom varialble your JavaScript stored the OTP in, prefixed with custom. and enclosed in double curly braces. For example, ``{{custom.otp}}``.
258
+
#. In :guilabel:`Value`, enter the name of the custom variable your JavaScript stored the OTP in, prefixed with custom. and enclosed in double curly braces. For example, ``{{custom.otp}}``.
@@ -351,7 +351,7 @@ Your email service must be accessible through an API. Some services may not be a
351
351
352
352
#. In :guilabel:Selec`tor, enter the ID of the element on the target page where the user must enter the OTP.
353
353
354
-
#. In :guilabel:`Value`, enter the name of the custom varialble your JavaScript stored the OTP in, prefixed with custom. and enclosed in double curly braces. For example, ``{{custom.otp}}``.
354
+
#. In :guilabel:`Value`, enter the name of the custom variable your JavaScript stored the OTP in, prefixed with custom. and enclosed in double curly braces. For example, ``{{custom.otp}}``.
0 commit comments