Skip to content

Commit 6e63427

Browse files
committed
space out
1 parent f878ffe commit 6e63427

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

browser-testing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ pest()->browser()->timeout(10);
187187
```
188188

189189
### Per-Test Overrides
190+
190191
In addition to configuring defaults globally, you can override settings per test using the following methods:
191192

192193
#### Setting Locale
@@ -199,6 +200,7 @@ it('shows the page in French', function () {
199200
});
200201
```
201202
#### Setting Timezone
203+
202204
```php
203205
it('visits with user agent', function () {
204206
$page = visit('/')->withUserAgent('Googlebot');
@@ -208,6 +210,7 @@ it('visits with user agent', function () {
208210
```
209211

210212
#### Setting UserAgent
213+
211214
```php
212215
it('shows New York time', function () {
213216
$page = visit('/')->withTimezone('America/New_York');

0 commit comments

Comments
 (0)