From d289b314b0134e969f58d1cc57df44dd35db64b7 Mon Sep 17 00:00:00 2001 From: Peter Corcoran Date: Wed, 5 Feb 2025 10:30:42 +0000 Subject: [PATCH] Fixed minor spelling mistake within "Global Test Hooks" documentation --- docs/guide/writing-tests/global-test-hooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/writing-tests/global-test-hooks.md b/docs/guide/writing-tests/global-test-hooks.md index d556c02b..697003e4 100644 --- a/docs/guide/writing-tests/global-test-hooks.md +++ b/docs/guide/writing-tests/global-test-hooks.md @@ -74,7 +74,7 @@ The methods are defined in the external `globals` file and invoked using the `gl return Promise.resolve(); },
- // Called right before the command .quite() is finished + // Called right before the command .quit() is finished async onBrowserQuit(browser) { return Promise.resolve(); }; @@ -99,4 +99,4 @@ The methods are defined in the external `globals` file and invoked using the `gl - \ No newline at end of file +