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:
parent
65d5d93620
commit
71473cbc3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue