From 16a1956571e454136ff8394a6813ccb7c8e7cb09 Mon Sep 17 00:00:00 2001 From: Joshua Gigg Date: Mon, 1 Sep 2025 16:52:32 +0100 Subject: [PATCH] Fix heading in Browser Testing --- browser-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-testing.md b/browser-testing.md index 03e3c60..3720d8c 100644 --- a/browser-testing.md +++ b/browser-testing.md @@ -91,7 +91,7 @@ test('example', function () { }); ``` -#### Using Other Browsers +### Using Other Browsers 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: