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

Commit 7107ab7

Browse files
author
ada
committed
Fixed typo
1 parent 9f5175b commit 7107ab7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

synthetics/test-config/auth.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ If your test target provides an HTML form for entering username and password, co
6464

6565
#. 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>`.
6666

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}}``.
6868

6969
#. Add a step of type :guilabel:`Fill in field`, and set it up as follows:
7070

7171
#. In :guilabel:`Selector`, enter the ID of the target page's password field.
7272

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}}``.
7474

7575
#. Add a step of type :guilabel:`Click`, and set it up as follows:
7676

@@ -115,7 +115,7 @@ If your test target expects login credentials to be included in an HTTP header,
115115

116116
#. In the left field (with hint text :guilabel:`Username`), enter the username for the target page.
117117

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.
119119

120120
#. On the browser test's configuration page, select the :guilabel:`Simple` toggle.
121121

@@ -255,7 +255,7 @@ Some services may not be accessible during Synthetics tests due to violations of
255255

256256
#. In :guilabel:`Selector`, enter the ID of the element on the target page where the user must enter the OTP.
257257

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}}``.
259259

260260
.. image:: /_images/synthetics/auth-multifactor-sms-fillinfield.png
261261
:width: 70%
@@ -351,7 +351,7 @@ Your email service must be accessible through an API. Some services may not be a
351351

352352
#. In :guilabel:Selec`tor, enter the ID of the element on the target page where the user must enter the OTP.
353353

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}}``.
355355

356356
.. image:: /_images/synthetics/auth-multifactor-email-fillinfield.png
357357
:width: 70%

0 commit comments

Comments
 (0)