Skip to content

Commit aa7a31c

Browse files
committed
fix broken link
1 parent 067678c commit aa7a31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ Sometimes you may want to debug your browser tests. Pest provides a convenient w
12031203
./vendor/bin/pest --debug
12041204
```
12051205

1206-
Optionally, you can also use the `debug()` method in your test. It will limit execution to this test (like using [`only()`](filtering-tests.md#only)), pause the execution and open the browser window:
1206+
Optionally, you can also use the `debug()` method in your test. It will limit execution to this test (like using [`only()`](/docs/filtering-tests#only)), pause the execution and open the browser window:
12071207

12081208
```php
12091209
$page->debug();

0 commit comments

Comments
 (0)