From 71473cbc3a3034a7b134c59d7b052bf19aefd943 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Wed, 16 Apr 2025 16:05:29 -0300 Subject: [PATCH] chore: Add @components tag to auto-save-off test configuration (#7674) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✨ (auto-save-off.spec.ts): add new "@components" tag to the test for better categorization and organization --- src/frontend/tests/extended/features/auto-save-off.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/tests/extended/features/auto-save-off.spec.ts b/src/frontend/tests/extended/features/auto-save-off.spec.ts index e745bbd54..c1436b5bd 100644 --- a/src/frontend/tests/extended/features/auto-save-off.spec.ts +++ b/src/frontend/tests/extended/features/auto-save-off.spec.ts @@ -3,7 +3,7 @@ import { awaitBootstrapTest } from "../../utils/await-bootstrap-test"; test( "user should be able to manually save a flow when the auto_save is off", - { tag: ["@release", "@api", "@database"] }, + { tag: ["@release", "@api", "@database", "@components"] }, async ({ page }) => { await page.route("**/api/v1/config", (route) => { route.fulfill({