Skip to content

Commit

Permalink
Fixed automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 14, 2022
1 parent c79ddc2 commit 8a85f97
Showing 1 changed file with 40 additions and 12 deletions.
52 changes: 40 additions & 12 deletions ui/src/testing/uiSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const schema = {
"layout": {
"groups": [
{
"size": 6,
"sizes": {
"xs": 12,
},
"fields": [
"protocol",
"serviceProviderName",
Expand All @@ -16,49 +18,66 @@ const schema = {
]
},
{
"size": 6,
"sizes": {
"xs": 6,
},
"fields": [
"contacts"
]
},
{
"size": 12,
"sizes": {
"xs": 12,
},
"fields": [
"mdui"
]
},
{
"size": 12,
"sizes": {
"xs": 12,
},
"fields": [
"serviceProviderSsoDescriptor"
]
},
{
"size": 6,
"sizes": {
"xs": 12,
"xxl": 8
},
"fields": [
"logoutEndpoints"
]
},
{
"size": 12,
"sizes": {
"xs": 12,
},
"fields": [
"securityInfo"
]
},
{
"size": 6,
"sizes": {
"xs": 12,
},
"fields": [
"assertionConsumerServices"
]
},
{
"size": 6,
"sizes": {
"xs": 12,
},
"fields": [
"relyingPartyOverrides"
]
},
{
"size": 6,
"sizes": {
"xs": 12,
},
"fields": [
"attributeRelease"
]
Expand Down Expand Up @@ -132,7 +151,10 @@ const schema = {
"layout": {
"groups": [
{
"size": 6,
"sizes": {
"xs": 12,
"xxl": 8,
},
"fields": [
"authenticationRequestsSigned",
"wantAssertionsSigned",
Expand Down Expand Up @@ -183,15 +205,21 @@ const schema = {
"layout": {
"groups": [
{
"size": 6,
"sizes": {
"lg": 6,
"xs": 12,
},
"fields": [
"displayName",
"informationUrl",
"description"
]
},
{
"size": 6,
"sizes": {
"lg": 6,
"xs": 12,
},
"fields": [
"privacyStatementUrl",
"logoUrl",
Expand Down

0 comments on commit 8a85f97

Please sign in to comment.