diff --git a/nodejs/docs/api/class-teststep.mdx b/nodejs/docs/api/class-teststep.mdx
index d20c9431b70..6c3de2b7897 100644
--- a/nodejs/docs/api/class-teststep.mdx
+++ b/nodejs/docs/api/class-teststep.mdx
@@ -90,10 +90,12 @@ testStep.attachments
Added in: v1.10testStep.category
Step category to differentiate steps with different origin and verbosity. Built-in categories are:
-* `hook` for fixtures and hooks initialization and teardown
* `expect` for expect calls
+* `fixture` for fixtures setup and teardown
+* `hook` for hooks initialization and teardown
* `pw:api` for Playwright API calls.
* `test.step` for test.step API calls.
+* `test.attach` for test attachmen calls.
**Usage**