docs: fix test.step return type (#13464)

Fixes #13463.
This commit is contained in:
Ross Wollman 2022-04-11 09:40:46 -07:00 committed by GitHub
parent 9b07ca5050
commit 962361abd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1249,7 +1249,7 @@ A function that returns whether to mark as "slow", based on test fixtures. Test
Optional description that will be reflected in a test report.
## method: Test.step
## async method: Test.step
Declares a test step.