From d5eb7b70c5bcba666b21d0a0aff7f47f09ad735d Mon Sep 17 00:00:00 2001
From: "microsoft-playwright-automation[bot]"
<203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
Date: Mon, 26 May 2025 10:12:48 +0000
Subject: [PATCH] feat(roll): roll to ToT Playwright (26-05-25)
---
nodejs/docs/api/class-teststep.mdx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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**