Skip to content

Commit

Permalink
test(RHINENG-1840): Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Nov 14, 2023
1 parent b0f4f25 commit c841418
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ exports[`EditPolicySystems expect to render without error 1`] = `
{
"key": "groups",
"requiresDefault": true,
"sortBy": [
"groups",
],
},
{
"key": "tags",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ exports[`ReportDetails expect to render without error 1`] = `
{
"key": "groups",
"requiresDefault": true,
"sortBy": [
"groups",
],
},
{
"key": "tags",
Expand Down Expand Up @@ -791,6 +794,9 @@ exports[`ReportDetails expect to render without error and ssg Version 1`] = `
{
"key": "groups",
"requiresDefault": true,
"sortBy": [
"groups",
],
},
{
"key": "tags",
Expand Down

0 comments on commit c841418

Please sign in to comment.