Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Nov 1, 2023
1 parent 0ce0955 commit 972b75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/version/task_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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);
});
Expand Down

0 comments on commit 972b75b

Please sign in to comment.