Skip to content

Commit 0e2dc9a

Browse files
committed
docs(assertView): fix selector description
1 parent 4ab53a8 commit 0e2dc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/browser/assertView.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Required parameter. Specifies the name of the test state. The name must be uniqu
3939

4040
### selector
4141

42-
Required parameter. Specifies the selector of the DOM element to capture. If not specified or skipped, will be set to `body` and the following options will be automatically added to `options`:
42+
Optional parameter. Specifies the selector of the DOM element to capture. If not specified or skipped, will be set to `body` and the following options will be automatically added to `options`:
4343

4444
```
4545
{

0 commit comments

Comments
 (0)