Skip to content

Commit 304615c

Browse files
remove extraneous window block
Co-authored-by: Manny Silva <[email protected]>
1 parent 1c6f67a commit 304615c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ When you run the test in the _headless_ state, the test runs without displaying
6060
The form in this example is too large to fit on the screen. The window and viewport can be set to the full size, even if it isn't displayed at this time. This is important for taking screenshots, which this tutorial covers.
6161

6262
```json
63-
"window": {
64-
"width": 1200,
65-
"height": 1500
66-
},
6763
"viewport": {
6864
"width": 1180,
6965
"height": 1480

0 commit comments

Comments
 (0)