diff --git a/cypress/integration/version/task_table.ts b/cypress/integration/version/task_table.ts index 60d966a778..76c8fa8f48 100644 --- a/cypress/integration/version/task_table.ts +++ b/cypress/integration/version/task_table.ts @@ -18,7 +18,7 @@ describe("Task table", () => { it("Updates the url when column headers are clicked", () => { cy.visit(pathTasks); waitForTaskTable(); - // TODO: Remove wait in DEVPROD-597 + // TODO: Remove wait in DEVPROD-597. // eslint-disable-next-line cypress/no-unnecessary-waiting cy.wait(200); cy.location("search").should( @@ -87,7 +87,7 @@ describe("Task table", () => { ["NAME", "STATUS", "BASE_STATUS", "VARIANT"].forEach((sortBy) => { // TODO: This test doesn't work bc of issues with assertCorrectRequestVariables. - // Drop skip in DEVPROD-597. + // Remove skip in DEVPROD-597. it.skip(`Fetches tasks sorted by ${sortBy} when ${sortBy} header is clicked`, () => { // clickSorterAndAssertTasksAreFetched(sortBy); });