Skip to content

Commit 90542f2

Browse files
authored
Merge pull request #331 from giggsey/patch-1
Fix heading in Browser Testing
2 parents 5d018de + 16a1956 commit 90542f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test('example', function () {
9191
});
9292
```
9393

94-
#### Using Other Browsers
94+
### Using Other Browsers
9595

9696
By default, the `visit()` method uses Chrome as the browser. However, if you want to use a different browser, you can specify it using the `--browser` option when running the tests:
9797

0 commit comments

Comments
 (0)