{
  "generatedAt": "2026-07-30T08:47:32.752Z",
  "browser": "Chrome for Testing 151.0.7922.47 via CDP",
  "readOnlyDatabase": true,
  "groups": [
    "advertisements",
    "howWorks",
    "infoMessages",
    "infoPartners",
    "infoServices",
    "infoSettings",
    "infoSliders"
  ],
  "pageCount": 12,
  "pages": [
    {
      "id": "advertisements-list",
      "group": "advertisements",
      "view": "views/admin/advertisements/index.ejs",
      "state": "filter"
    },
    {
      "id": "advertisements-edit-requests",
      "group": "advertisements",
      "view": "views/admin/advertisements/editRequests/index.ejs",
      "state": "default"
    },
    {
      "id": "infoSliders-list",
      "group": "infoSliders",
      "view": "views/admin/infoSite/sliders/index.ejs",
      "state": "default"
    },
    {
      "id": "infoSliders-create",
      "group": "infoSliders",
      "view": "views/admin/infoSite/sliders/create.ejs",
      "state": "default"
    },
    {
      "id": "infoServices-list",
      "group": "infoServices",
      "view": "views/admin/infoSite/ourServices/index.ejs",
      "state": "default"
    },
    {
      "id": "infoServices-create",
      "group": "infoServices",
      "view": "views/admin/infoSite/ourServices/create.ejs",
      "state": "default"
    },
    {
      "id": "infoPartners-list",
      "group": "infoPartners",
      "view": "views/admin/infoSite/partners/index.ejs",
      "state": "default"
    },
    {
      "id": "infoPartners-create",
      "group": "infoPartners",
      "view": "views/admin/infoSite/partners/create.ejs",
      "state": "default"
    },
    {
      "id": "howWorks-list",
      "group": "howWorks",
      "view": "views/admin/infoSite/howWorks/index.ejs",
      "state": "default"
    },
    {
      "id": "howWorks-create",
      "group": "howWorks",
      "view": "views/admin/infoSite/howWorks/create.ejs",
      "state": "default"
    },
    {
      "id": "infoMessages-list",
      "group": "infoMessages",
      "view": "views/admin/infoSite/contactus/index.ejs",
      "state": "default"
    },
    {
      "id": "infoSettings-edit",
      "group": "infoSettings",
      "view": "views/admin/infoSite/index.ejs",
      "state": "default"
    }
  ],
  "matrix": {
    "viewports": [
      {
        "width": 1440,
        "height": 900
      },
      {
        "width": 1366,
        "height": 768
      },
      {
        "width": 1024,
        "height": 768
      },
      {
        "width": 390,
        "height": 844
      }
    ],
    "themes": [
      "light",
      "dark",
      "system"
    ],
    "expectedCaptures": 144
  },
  "realRecordCounts": {
    "advertisements": 0,
    "pendingAdvertisements": 0,
    "acceptedAdvertisements": 0,
    "rejectedAdvertisements": 0,
    "editRequests": 0,
    "infoSliders": 0,
    "infoServices": 0,
    "infoPartners": 0,
    "howWorks": 0,
    "infoMessages": 0,
    "infoSettings": 0
  },
  "screenshotCount": 144,
  "contactSheets": [
    "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements-contact-sheet.png",
    "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks-contact-sheet.png",
    "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages-contact-sheet.png",
    "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners-contact-sheet.png",
    "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices-contact-sheet.png",
    "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings-contact-sheet.png",
    "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders-contact-sheet.png"
  ],
  "consoleErrorCount": 0,
  "failedRequestCount": 0,
  "failedDashboardRequestCount": 0,
  "httpErrorCount": 0,
  "dashboardHttpErrorCount": 0,
  "horizontalOverflowCount": 0,
  "brokenImageCount": 0,
  "clippedTextCount": 0,
  "nativeDialogCount": 0,
  "missingCsrfTransportCount": 0,
  "actionRouteMismatchCount": 0,
  "duplicateRouteCount": 0,
  "missingAuthenticationCount": 0,
  "missingPermissionCount": 0,
  "dropdownClippedCount": 0,
  "localServerHttpErrors": [],
  "staticMetrics": {
    "routeCount": 43,
    "mutationRouteCount": 23,
    "missingAuthentication": [],
    "missingPermission": [],
    "missingCsrf": [],
    "duplicateRoutes": [],
    "nativeDialogMatches": 0,
    "actionRouteMismatches": [],
    "formsMissingCsrf": [],
    "routes": [
      {
        "method": "GET",
        "path": "/infoSliders/create",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/infoSliders/create",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/infoSliders/edit/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "DELETE",
        "path": "/infoSliders/delete",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoSliders/:type/:id",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoSliders",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoServices/create",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/infoServices/create",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/infoServices/edit/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "DELETE",
        "path": "/infoServices/delete",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoServices/:type/:id",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoServices",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoPartners/create",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/infoPartners/create",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/infoPartners/edit/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "DELETE",
        "path": "/infoPartners/delete",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoPartners/:type/:id",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoPartners",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/howWorks/create",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/howWorks/create",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/howWorks/edit/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "DELETE",
        "path": "/howWorks/delete",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/howWorks/:type/:id",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/howWorks",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "DELETE",
        "path": "/infoMessages/delete",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/infoMessages/contactUs/send-reply",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoMessages/:type/:id",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoMessages",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/infoSettings",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "POST",
        "path": "/infoSettings/edit",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/advertisements/editRequests",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/advertisements/editRequests/show/:id",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "PATCH",
        "path": "/advertisements/editRequests/approve/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "PATCH",
        "path": "/advertisements/editRequests/reject/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/advertisements/filter",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": false
      },
      {
        "method": "GET",
        "path": "/advertisements/show/:id",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "PATCH",
        "path": "/advertisements/approve/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "PATCH",
        "path": "/advertisements/reject/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "PATCH",
        "path": "/advertisements/setCommission/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "PATCH",
        "path": "/advertisements/approveGold/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "PATCH",
        "path": "/advertisements/rejectGold/:id",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "DELETE",
        "path": "/advertisements/delete",
        "mutation": true,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      },
      {
        "method": "GET",
        "path": "/advertisements/:type",
        "mutation": false,
        "authenticated": true,
        "permissionMiddleware": true,
        "csrf": true
      }
    ]
  },
  "results": [
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1430,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1430,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1430,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 380,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 380,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-list",
      "group": "advertisements",
      "primary": true,
      "action": "filter",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-list-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 380,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "advertisements-edit-requests",
      "group": "advertisements",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/advertisements/advertisements-edit-requests-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-list",
      "group": "infoSliders",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-list-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 380,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 380,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSliders-create",
      "group": "infoSliders",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSliders/infoSliders-create-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 380,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-list",
      "group": "infoServices",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-list-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoServices-create",
      "group": "infoServices",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoServices/infoServices-create-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 0,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-list",
      "group": "infoPartners",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-list-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoPartners-create",
      "group": "infoPartners",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoPartners/infoPartners-create-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-list",
      "group": "howWorks",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-list-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 2,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1366,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "howWorks-create",
      "group": "howWorks",
      "primary": false,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/howWorks/howWorks-create-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 3,
        "tableCount": 0,
        "formCount": 1
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1014,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoMessages-list",
      "group": "infoMessages",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoMessages/infoMessages-list-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 1,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-light-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-dark-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1440,
        "height": 900
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-system-1440x900.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1440,
          "height": 900
        },
        "documentWidth": 1440,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-light-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-dark-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1366,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-system-1366x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1366,
          "height": 768
        },
        "documentWidth": 1356,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-light-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-dark-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 1024,
        "height": 768
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-system-1024x768.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 1024,
          "height": 768
        },
        "documentWidth": 1024,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "light",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-light-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "dark",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-dark-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    },
    {
      "page": "infoSettings-edit",
      "group": "infoSettings",
      "primary": true,
      "action": "",
      "theme": "system",
      "viewport": {
        "width": 390,
        "height": 844
      },
      "file": "public/admin/ui-lab/screenshots/master-dashboard-audit/legacy-groups/infoSettings/infoSettings-edit-system-390x844.png",
      "dataSource": "read-only MongoDB data rendered through production EJS/DTO paths",
      "metrics": {
        "viewport": {
          "width": 390,
          "height": 844
        },
        "documentWidth": 390,
        "horizontalOverflow": false,
        "imageCount": 1,
        "brokenImages": [],
        "clippedText": [],
        "overflowingElements": [],
        "nativeDialogs": [],
        "runtimeErrors": [],
        "modalOpen": false,
        "dropdownOpen": false,
        "dropdownClipped": false,
        "actionControlCount": 0,
        "tableCount": 0,
        "formCount": 0
      },
      "consoleErrors": [],
      "failedRequests": [],
      "failedDashboardRequests": [],
      "httpErrors": [],
      "dashboardHttpErrors": []
    }
  ]
}
