cherry-pick(#13464): fix test.step return type docs (#13478)

This commit is contained in:
Ross Wollman 2022-04-11 09:58:57 -07:00 committed by GitHub
parent 1756566b17
commit 9dbc124d98
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.