Skip to content

Commit

Permalink
DEVPROD-597: Delete unused tests in task_table.ts (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt authored Apr 13, 2024
1 parent 59f36c3 commit 3d7fcbd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/spruce/cypress/integration/version/task_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ describe("Task table", () => {
});
});

["NAME", "STATUS", "BASE_STATUS", "VARIANT"].forEach((sortBy) => {
// TODO: This test doesn't work bc of issues with assertCorrectRequestVariables.
// Remove skip in DEVPROD-597.
it.skip(`Fetches tasks sorted by ${sortBy} when ${sortBy} header is clicked`, () => {
// clickSorterAndAssertTasksAreFetched(sortBy);
});
});

describe("Changing page number", () => {
// Instead of checking the entire table rows lets just check if the elements on the table have changed
it("Displays the next page of results and updates URL when right arrow is clicked and next page exists", () => {
Expand Down

0 comments on commit 3d7fcbd

Please sign in to comment.