Skip to content

Commit ef80e7d

Browse files
Explain use of pause.
Co-authored-by: Manny Silva <[email protected]>
1 parent 304615c commit ef80e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/tutorials/fill-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Locate an element with the label "Last Name:" and type in the value _Betaux_.
105105
},
106106
```
107107

108-
Pause 10 seconds, allowing you to see the results, then end the test.
108+
Pause 10 seconds, allowing you to see the results, then end the test. In real tests, you want to avoid long pauses to let tests run as quickly as possible, but pauses are invaluable when you're learning or debugging.
109109

110110
```json
111111
{

0 commit comments

Comments
 (0)