Skip to content

Commit

Permalink
ci(cypress): remove new task test
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Mar 8, 2024
1 parent 1802a95 commit 0858a7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/devpool.cy.ts
Expand Up @@ -50,7 +50,6 @@ describe("DevPool", () => {
}).as("getIssues");
cy.visit("/");
cy.get('div[id="issues-container"]').children().should("have.length", 1);
cy.get("#issues-container > :nth-child(1)").should("have.class", "new-task");

// needed to make sure data is written to the local storage
cy.wait(3000);
Expand All @@ -65,7 +64,6 @@ describe("DevPool", () => {
}).as("getIssues");
cy.visit("/");
cy.get('div[id="issues-container"]').children().should("have.length", 1);
cy.get("#issues-container > :nth-child(1)").should("not.have.class", "new-task");

// needed to make sure data is written to the local storage
cy.wait(3000);
Expand Down

0 comments on commit 0858a7f

Please sign in to comment.