From 9dbc124d9895acad26d7349cdb444f1ced03365c Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Mon, 11 Apr 2022 09:58:57 -0700 Subject: [PATCH] cherry-pick(#13464): fix test.step return type docs (#13478) --- docs/src/test-api/class-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-api/class-test.md b/docs/src/test-api/class-test.md index 0fb762078a..41e46eebfc 100644 --- a/docs/src/test-api/class-test.md +++ b/docs/src/test-api/class-test.md @@ -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.