chore: Add @components tag to auto-save-off test configuration (#7674)

 (auto-save-off.spec.ts): add new "@components" tag to the test for better categorization and organization
This commit is contained in:
Cristhian Zanforlin Lousa 2025-04-16 16:05:29 -03:00 committed by GitHub
commit 71473cbc3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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({