Skip to content

Commit

Permalink
Clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking committed Jun 20, 2023
1 parent fdcb0dc commit 9c9a673
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/admin-ui/cypress/e2e/systems.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ describe("System management page", () => {
cy.getByTestId("add-btn").click();
cy.wait(["@getDataCategories", "@getDataSubjects", "@getDataUses"]);

// Need to update the intercept to now have 2 data uses for when redux refetches
const newDeclaration = {
id: "pri_bf701ddb-1d05-48f9-913f-b5ff05b8f987",
name: "Second data use",
Expand All @@ -535,7 +534,6 @@ describe("System management page", () => {
data_subjects: ["anonymous"],
dataset_references: [],
};

// We need to update both the PUT and GET fixtures to make sure they return
// the data use we are adding. This is how we can get the form into a state
// where there are both "accordion" declarations and the one declaration
Expand Down

0 comments on commit 9c9a673

Please sign in to comment.