Skip to content

Commit

Permalink
add wipe contract create to smoke flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Celiant committed Jan 22, 2025
1 parent eec7888 commit f2c5065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ context("Contracts", { tags: ['contracts', 'firstPool', 'all'] }, () => {
});
});

it("Create wipe contract", () => {
it("Create wipe contract", { tags: ['smoke'] }, () => {
Authorization.getAccessToken(SRUsername).then((authorization) => {
cy.request({
method: METHOD.POST,
Expand Down

0 comments on commit f2c5065

Please sign in to comment.