Skip to content

Commit

Permalink
update smoke pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Celiant committed Jan 22, 2025
1 parent f456e04 commit c4b7aab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ context("External", { tags: ['external', 'thirdPool', 'all'] }, () => {
})
});

it("Sends data from an external source", () => {
it("Sends data from an external source", { tags: ['smoke'] }, () => {
cy.request({
method: METHOD.POST,
url: API.ApiServer + API.External,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ context("Contracts", { tags: ['contracts', 'firstPool', 'all'] }, () => {
const contractNameW = "FirstAPIContractW";
const contractNameNeg = "FirstAPIContractNeg";

it("Create retire contract", () => {
it("Create retire contract", { tags: ['smoke'] }, () => {
Authorization.getAccessToken(SRUsername).then((authorization) => {
cy.request({
method: METHOD.POST,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ context("Contracts", { tags: ['contracts', 'firstPool', 'all'] }, () => {
});
});

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

0 comments on commit c4b7aab

Please sign in to comment.