Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/writing-tests/global-test-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The methods are defined in the external `globals` file and invoked using the `gl
return Promise.resolve();
},
<br>
// Called right before the command .quite() is finished
// Called right before the command .quit() is finished
async onBrowserQuit(browser) {
return Promise.resolve();
};</code></pre></div>
Expand All @@ -99,4 +99,4 @@ The methods are defined in the external `globals` file and invoked using the `gl
<span>→</span>
</a>
</div>
</div>
</div>