diff --git a/test/call-step-from-step/features/sample.feature b/test/reuse-step-fn/features/sample.feature similarity index 100% rename from test/call-step-from-step/features/sample.feature rename to test/reuse-step-fn/features/sample.feature diff --git a/test/call-step-from-step/package.json b/test/reuse-step-fn/package.json similarity index 100% rename from test/call-step-from-step/package.json rename to test/reuse-step-fn/package.json diff --git a/test/call-step-from-step/playwright.config.ts b/test/reuse-step-fn/playwright.config.ts similarity index 100% rename from test/call-step-from-step/playwright.config.ts rename to test/reuse-step-fn/playwright.config.ts diff --git a/test/call-step-from-step/steps-cucumber-style/fixtures.ts b/test/reuse-step-fn/steps-cucumber-style/fixtures.ts similarity index 100% rename from test/call-step-from-step/steps-cucumber-style/fixtures.ts rename to test/reuse-step-fn/steps-cucumber-style/fixtures.ts diff --git a/test/call-step-from-step/steps-cucumber-style/index.ts b/test/reuse-step-fn/steps-cucumber-style/index.ts similarity index 100% rename from test/call-step-from-step/steps-cucumber-style/index.ts rename to test/reuse-step-fn/steps-cucumber-style/index.ts diff --git a/test/call-step-from-step/steps-pw-style/fixtures.ts b/test/reuse-step-fn/steps-pw-style/fixtures.ts similarity index 100% rename from test/call-step-from-step/steps-pw-style/fixtures.ts rename to test/reuse-step-fn/steps-pw-style/fixtures.ts diff --git a/test/call-step-from-step/steps-pw-style/index.ts b/test/reuse-step-fn/steps-pw-style/index.ts similarity index 100% rename from test/call-step-from-step/steps-pw-style/index.ts rename to test/reuse-step-fn/steps-pw-style/index.ts diff --git a/test/call-step-from-step/test.mjs b/test/reuse-step-fn/test.mjs similarity index 100% rename from test/call-step-from-step/test.mjs rename to test/reuse-step-fn/test.mjs