From d0d059f108d10fc7a7c850674b60dd2264e3ae7a Mon Sep 17 00:00:00 2001 From: DOGRA Date: Mon, 14 Oct 2024 13:57:52 +0100 Subject: [PATCH] updated tag for smoke test --- .../smoke-create-central-project-to-check-answers-page.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-central-project-to-check-answers-page.cy.ts b/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-central-project-to-check-answers-page.cy.ts index ec8c0200a..9fb569a3d 100644 --- a/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-central-project-to-check-answers-page.cy.ts +++ b/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-central-project-to-check-answers-page.cy.ts @@ -11,7 +11,7 @@ describe("Smoke Test Create an individual Central project - (Up Until Check your cy.visit('/'); }); - it("Should create a central project up until Check your answers page", () => { + it("Should create a central project up until Check your answers page", { tags: ['smoke'] }, () => { const applicationNumber = dataGenerator.generateTemporaryId(10); const applicationWave = dataGenerator.generateTemporaryId(10); const temporaryProjectId = dataGenerator.generateTemporaryId(25);