Skip to content

Commit

Permalink
Update "improve" key in data_uses.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisdr committed Sep 12, 2023
1 parent dad1f84 commit 5f6c4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/admin-ui/cypress/e2e/taxonomy.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe("Taxonomy management page", () => {
});

// check an entity that has no optional fields filled in
cy.getByTestId("accordion-item-Improve the capability").trigger(
cy.getByTestId("accordion-item-Provide the capability").trigger(
"mouseover"
);
cy.getByTestId("edit-btn").click();
Expand Down
4 changes: 2 additions & 2 deletions clients/admin-ui/cypress/fixtures/taxonomy/data_uses.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"active": true
},
{
"fides_key": "improve",
"fides_key": "functional",
"organization_fides_key": "default_organization",
"tags": null,
"name": "Improve the capability",
Expand All @@ -110,7 +110,7 @@
"tags": null,
"name": "System",
"description": "The source system, product, service or application being improved.",
"parent_key": "improve",
"parent_key": "functional.service",
"legal_basis": null,
"special_category": null,
"recipients": null,
Expand Down

0 comments on commit 5f6c4a7

Please sign in to comment.