Skip to content

Commit

Permalink
fix(): uiSchema tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinPerry committed Sep 25, 2024
1 parent 791c21f commit 5440f8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ describe("buildUiSchema: site followers", () => {
labelKey:
"some.scope.fields.followers.showFollowAction.helperText",
},
styles: { "max-width": "45rem" },
},
},
{
Expand All @@ -70,6 +71,7 @@ describe("buildUiSchema: site followers", () => {
type: "Control",
options: {
control: "hub-field-input-tile-select",
layout: "horizontal",
labels: [
`{{some.scope.fields.followers.discussable.enabled.label:translate}}`,
`{{some.scope.fields.followers.discussable.disabled.label:translate}}`,
Expand All @@ -80,6 +82,7 @@ describe("buildUiSchema: site followers", () => {
],
icons: ["speech-bubbles", "circle-disallowed"],
type: "radio",
styles: { "max-width": "45rem" },
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe("buildUiSchema: site discussions", () => {
type: "Control",
options: {
control: "hub-field-input-tile-select",
layout: "horizontal",
labels: [
"{{some.scope.fields.discussable.enabled.label:translate}}",
"{{some.scope.fields.discussable.disabled.label:translate}}",
Expand All @@ -27,6 +28,7 @@ describe("buildUiSchema: site discussions", () => {
],
icons: ["speech-bubbles", "circle-disallowed"],
type: "radio",
styles: { "max-width": "45rem" },
},
},
],
Expand Down

0 comments on commit 5440f8d

Please sign in to comment.