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
Copy file name to clipboardExpand all lines: docs/data.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ This emphasizes the practice for the `stepKey` of `createData` to be descriptive
74
74
75
75
## Use data returned by test actions
76
76
77
-
A test can also reference data that was returned as a result of [test actions](./test/actions.html#actions-returning-a-variable), like the action `<grabValueFrom selector="someSelector" stepKey="grabStepKey>`.
77
+
A test can also reference data that was returned as a result of [test actions](./test/actions.md#actions-returning-a-variable), like the action `<grabValueFrom selector="someSelector" stepKey="grabStepKey>`.
78
78
79
79
Further in the test, the data grabbed by the `someSelector` selector can be referenced using the `stepKey` value. In this case, it is `grabStepKey`.
80
80
@@ -89,7 +89,7 @@ The following example shows the usage of `grabValueFrom` in testing, where the r
89
89
90
90
The data to operate against can be included as literals in a test. Hard-coded data input can be useful in assertions.
91
91
92
-
See also [Actions](./test/actions.html).
92
+
See also [Actions](./test/actions.md).
93
93
94
94
```xml
95
95
userInput="We'll email you an order confirmation with details and tracking info."
0 commit comments