Skip to content

Commit

Permalink
Disabling Cookie House loyalty database in default demo (#4788)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Apr 12, 2024
1 parent c52d4a2 commit 1ea9bb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions clients/cypress-e2e/cypress/e2e/smoke_test.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ describe("Smoke test", () => {
cy.getByTestId("card").contains("Access your data").click();
cy.getByTestId("privacy-request-form").within(() => {
cy.get("input#email").type("[email protected]");
cy.get("input#loyalty_id").type("CH-1");
cy.get("input#first_name").type("Jenny");
cy.get("input#color").clear().type("blue");
cy.get("button").contains("Continue").click();
Expand All @@ -31,7 +30,6 @@ describe("Smoke test", () => {
{
identity: {
email: "[email protected]",
loyalty_id: { label: "Loyalty ID", value: "CH-1" },
},
custom_privacy_request_fields: {
first_name: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"description": "We will provide you a report of all your personal data.",
"description_subtext": [],
"identity_inputs": {
"email": "required",
"loyalty_id": {
"label": "Loyalty ID"
}
"email": "required"
},
"custom_privacy_request_fields": {
"first_name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ connection:
dataset: postgres_example_test_extended_dataset
system_key: cookie_house_loyalty_database
secrets:
host: $FIDES_DEPLOY__CONNECTORS__POSTGRES__HOST
host: $FIDES_DEPLOY__CONNECTORS__POSTGRES_LOYALTY__HOST
port: $FIDES_DEPLOY__CONNECTORS__POSTGRES__PORT
dbname: $FIDES_DEPLOY__CONNECTORS__POSTGRES__DBNAME
username: $FIDES_DEPLOY__CONNECTORS__POSTGRES__USERNAME
Expand Down

0 comments on commit 1ea9bb0

Please sign in to comment.