Skip to content

Commit

Permalink
updated tag for smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
DOGRA authored and DOGRA committed Oct 14, 2024
1 parent b40461b commit d0d059f
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 d0d059f

Please sign in to comment.