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

Commit

Permalink
Update task links in task queue tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Feb 26, 2024
1 parent b279b3b commit 2cab70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/task/task_queue_position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("Task Queue Position", () => {
.should("have.attr", "href")
.and(
"eq",
"/task-queue/archlinux-test/evergreen_lint_lint_service_patch_5e823e1f28baeaa22ae00823d83e03082cd148ab_5e4ff3abe3c3317e352062e4_20_02_21_15_13_48",
"/task-queue/archlinux-test?taskId=evergreen_lint_lint_service_patch_5e823e1f28baeaa22ae00823d83e03082cd148ab_5e4ff3abe3c3317e352062e4_20_02_21_15_13_48",
);
});

Expand Down
4 changes: 2 additions & 2 deletions cypress/integration/taskQueue/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("Task Queue", () => {

it("Scrolls to current task if taskId param in url", () => {
cy.visit(
"/task-queue/osx-108/evergreen_lint_lint_service_patch_5e823e1f28baeaa22ae00823d83e03082cd148ab_5e4ff3abe3c3317e352062e4_20_02_21_15_13_48",
"/task-queue/osx-108?taskId=evergreen_lint_lint_service_patch_5e823e1f28baeaa22ae00823d83e03082cd148ab_5e4ff3abe3c3317e352062e4_20_02_21_15_13_48",
);
cy.dataCy("task-queue-table").should("exist");
cy.get(".ant-table-row-selected").should("exist");
Expand All @@ -66,7 +66,7 @@ describe("Task Queue", () => {

it("Task links goes to Spruce for both patches and mainline commits", () => {
cy.visit(
"/task-queue/osx-108/evergreen_lint_lint_service_patch_5e823e1f28baeaa22ae00823d83e03082cd148ab_5e4ff3abe3c3317e352062e4_20_02_21_15_13_48",
"/task-queue/osx-108?taskId=evergreen_lint_lint_service_patch_5e823e1f28baeaa22ae00823d83e03082cd148ab_5e4ff3abe3c3317e352062e4_20_02_21_15_13_48",
);

// patch
Expand Down

0 comments on commit 2cab70c

Please sign in to comment.