Skip to content

Commit 58caa6b

Browse files
Fixing vale issues
1 parent dd51573 commit 58caa6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/utility-guides/DatasetField.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Utility Guide: Dataset Field Util
1+
# Utility Guide: Dataset Field Utility
22

3-
The Dataset Field Util utility allows for selecting different locators dynamically.<br>
3+
The Dataset Field utility allows for selecting different locators dynamically.<br>
44
For example, on the investigation dataset, if we want to select the input locator for the `Start of intubation time` field, we can do this by providing the utility with the name of the field
55

66
DatasetFieldUtil(page).populate_input_locator_for_field(
@@ -9,15 +9,15 @@ For example, on the investigation dataset, if we want to select the input locato
99

1010
## Table of Contents
1111

12-
- [Utility Guide: Dataset Field Util](#utility-guide-dataset-field-util)
12+
- [Utility Guide: Dataset Field Utility](#utility-guide-dataset-field-utility)
1313
- [Table of Contents](#table-of-contents)
14-
- [Using the Dataset Field Util class](#using-the-dataset-field-util-class)
14+
- [Using the DatasetFieldUtil class](#using-the-datasetfieldutil-class)
1515
- [Required Args](#required-args)
1616
- [How to use this method](#how-to-use-this-method)
1717

18-
## Using the Dataset Field Util class
18+
## Using the DatasetFieldUtil class
1919

20-
You can initialise the Dataset Field Util class by using the following code in your test file:
20+
You can initialise the DatasetFieldUtil class by using the following code in your test file:
2121

2222
from utils.dataset_field_util import DatasetFieldUtil
2323

0 commit comments

Comments
 (0)