Skip to content

Commit

Permalink
DEVPROD-5129: Update test to handle new sort order (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad authored Jan 16, 2025
1 parent 077ed4f commit 57383e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spruce/cypress/integration/version/task_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe("Task table", () => {

describe("blocked tasks", () => {
beforeEach(() => {
cy.visit(pathTasks);
cy.visit(`${pathTasks}?limit=100`);
waitForTaskTable();
});

Expand Down

0 comments on commit 57383e4

Please sign in to comment.