Skip to content

Commit

Permalink
Merge pull request #907 from DFE-Digital/test/implement-smoke-tag
Browse files Browse the repository at this point in the history
Updated tag for smoke test
  • Loading branch information
sukhybhullar-nimble authored Oct 14, 2024
2 parents 8a36976 + d0d059f commit 3ddd7bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3ddd7bb

Please sign in to comment.