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);