{
  "config": {
    "configFile": "/app/playwright.config.ts",
    "rootDir": "/app/tests",
    "forbidOnly": true,
    "fullyParallel": false,
    "globalSetup": null,
    "globalTeardown": null,
    "globalTimeout": 0,
    "grep": {},
    "grepInvert": null,
    "maxFailures": 0,
    "metadata": {
      "actualWorkers": 1
    },
    "preserveOutput": "always",
    "reporter": [
      [
        "list"
      ],
      [
        "json"
      ],
      [
        "/app/node_modules/allure-playwright/dist/cjs/index.js"
      ]
    ],
    "reportSlowTests": {
      "max": 5,
      "threshold": 300000
    },
    "quiet": false,
    "projects": [
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "setup-auth",
        "name": "setup-auth",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "/auth\\.setup\\.ts/"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "chromium",
        "name": "chromium",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "firefox",
        "name": "firefox",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "webkit",
        "name": "webkit",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "chromium-auth",
        "name": "chromium-auth",
        "testDir": "/app/tests",
        "testIgnore": [
          "/auth\\.setup\\.ts/"
        ],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      }
    ],
    "shard": null,
    "tags": [],
    "updateSnapshots": "missing",
    "updateSourceMethod": "patch",
    "version": "1.57.0",
    "workers": 1,
    "webServer": null
  },
  "suites": [
    {
      "title": "business_users/b6_user.spec.ts",
      "file": "business_users/b6_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Business Users / B6 User",
          "file": "business_users/b6_user.spec.ts",
          "line": 245,
          "column": 15,
          "specs": [
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 0,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b6_user.spec.ts:258:5",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b6_user.spec.ts:258:5"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:31:57.672Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b6_user-Bus-cb6bd-r-and-activate-successfully-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1719/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b6_user-Bus-cb6bd-r-and-activate-successfully-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1720/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1803a88bd34e70bc5134-eca06d0cb98fc791bea9",
              "file": "business_users/b6_user.spec.ts",
              "line": 272,
              "column": 7
            },
            {
              "title": "should keep the user on the account selection milestone",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.317Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-da56c711d479b0ac7f56",
              "file": "business_users/b6_user.spec.ts",
              "line": 277,
              "column": 7
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.318Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e0b24ac4c23d05edb7ef",
              "file": "business_users/b6_user.spec.ts",
              "line": 282,
              "column": 7
            },
            {
              "title": "should complete business user type selection after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.319Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d5602ff7808ba58f5d5b",
              "file": "business_users/b6_user.spec.ts",
              "line": 287,
              "column": 7
            },
            {
              "title": "should close the welcome popup after full registration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.319Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a01c957693f92ee34f30",
              "file": "business_users/b6_user.spec.ts",
              "line": 295,
              "column": 7
            },
            {
              "title": "should show DDA without sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.320Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-768f9ae961f14d54f90a",
              "file": "business_users/b6_user.spec.ts",
              "line": 304,
              "column": 9
            },
            {
              "title": "should prevent DDA without sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.321Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-709b5668a5ea976fb8be",
              "file": "business_users/b6_user.spec.ts",
              "line": 328,
              "column": 9
            },
            {
              "title": "should show DDA with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.321Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-281239112a125c4ad030",
              "file": "business_users/b6_user.spec.ts",
              "line": 366,
              "column": 9
            },
            {
              "title": "should prevent DDA with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.322Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-09ab855aaa2d49bad048",
              "file": "business_users/b6_user.spec.ts",
              "line": 385,
              "column": 9
            },
            {
              "title": "should show MKF with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.322Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-2496cf2067b95944d456",
              "file": "business_users/b6_user.spec.ts",
              "line": 415,
              "column": 9
            },
            {
              "title": "should prevent MKF with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.323Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-112cd4bdf933196e3929",
              "file": "business_users/b6_user.spec.ts",
              "line": 434,
              "column": 9
            },
            {
              "title": "should show widget marketplace asset: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 464,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.324Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e4bf5e17c65ff24b9fb8",
              "file": "business_users/b6_user.spec.ts",
              "line": 464,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 483,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.324Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d0afa99ea51c2ec5c09e",
              "file": "business_users/b6_user.spec.ts",
              "line": 483,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 509,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.324Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a9e17954a22bd983ccf1",
              "file": "business_users/b6_user.spec.ts",
              "line": 509,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 528,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.325Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e137fd785ff6f7232852",
              "file": "business_users/b6_user.spec.ts",
              "line": 528,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 554,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.325Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8f7f1b8bd863d8607608",
              "file": "business_users/b6_user.spec.ts",
              "line": 554,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 573,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.325Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e87935b56841a8d3b95b",
              "file": "business_users/b6_user.spec.ts",
              "line": 573,
              "column": 10
            },
            {
              "title": "should show chain marketplace asset: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.326Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-abf03e93cfe06099bd21",
              "file": "business_users/b6_user.spec.ts",
              "line": 599,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.326Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8d1d0e56d2fcb8cfd4d2",
              "file": "business_users/b6_user.spec.ts",
              "line": 618,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.326Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ef944593d394b62b3b3f",
              "file": "business_users/b6_user.spec.ts",
              "line": 644,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.326Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-0e88290d2ba970e166dd",
              "file": "business_users/b6_user.spec.ts",
              "line": 663,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.327Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-0cee198f22b9dbcf546a",
              "file": "business_users/b6_user.spec.ts",
              "line": 689,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.327Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-36eb3ceb2ce0f5ead894",
              "file": "business_users/b6_user.spec.ts",
              "line": 708,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.327Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-f638aa7663d00585b3c7",
              "file": "business_users/b6_user.spec.ts",
              "line": 734,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.327Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8f6686b72ac2a2dbf123",
              "file": "business_users/b6_user.spec.ts",
              "line": 753,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.327Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1638d796a6390bc27322",
              "file": "business_users/b6_user.spec.ts",
              "line": 779,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.328Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ea83526cad04a04fd29a",
              "file": "business_users/b6_user.spec.ts",
              "line": 798,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.328Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-dbb440761fb5b9eb8f4f",
              "file": "business_users/b6_user.spec.ts",
              "line": 824,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.328Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-bfc1ff1505b95971360f",
              "file": "business_users/b6_user.spec.ts",
              "line": 843,
              "column": 9
            },
            {
              "title": "should show curated data marketplace asset: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 869,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.329Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ff199b1004d38f3d53af",
              "file": "business_users/b6_user.spec.ts",
              "line": 869,
              "column": 10
            },
            {
              "title": "should prevent curated data marketplace purchase: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 888,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.329Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7c174138d0c6e352931c",
              "file": "business_users/b6_user.spec.ts",
              "line": 888,
              "column": 10
            },
            {
              "title": "should show media marketplace asset: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 914,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.329Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a570265c51ac69159679",
              "file": "business_users/b6_user.spec.ts",
              "line": 914,
              "column": 10
            },
            {
              "title": "should prevent media marketplace purchase: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 933,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.329Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-0a90e7077b4ea247de71",
              "file": "business_users/b6_user.spec.ts",
              "line": 933,
              "column": 10
            },
            {
              "title": "should show model marketplace asset: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.329Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e7018d3cd064c1577212",
              "file": "business_users/b6_user.spec.ts",
              "line": 969,
              "column": 9
            },
            {
              "title": "should prevent model marketplace purchase: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:14.330Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-c365c5f75e216e89d92f",
              "file": "business_users/b6_user.spec.ts",
              "line": 988,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": 1,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b6_user.spec.ts:258:5",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b6_user.spec.ts:258:5"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:15.195Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b6_user-Bus-cb6bd-r-and-activate-successfully-firefox/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1721/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b6_user-Bus-cb6bd-r-and-activate-successfully-firefox/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1722/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1803a88bd34e70bc5134-6c816a02ee2b8a02c415",
              "file": "business_users/b6_user.spec.ts",
              "line": 272,
              "column": 7
            },
            {
              "title": "should keep the user on the account selection milestone",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.349Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ddf185d45244027c58f3",
              "file": "business_users/b6_user.spec.ts",
              "line": 277,
              "column": 7
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.349Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-9bb6a13ad1996024e75c",
              "file": "business_users/b6_user.spec.ts",
              "line": 282,
              "column": 7
            },
            {
              "title": "should complete business user type selection after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.350Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-647b6985cacac12dcfda",
              "file": "business_users/b6_user.spec.ts",
              "line": 287,
              "column": 7
            },
            {
              "title": "should close the welcome popup after full registration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.350Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-899914ee83779d315d47",
              "file": "business_users/b6_user.spec.ts",
              "line": 295,
              "column": 7
            },
            {
              "title": "should show DDA without sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.350Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d2d643c37276d2402d93",
              "file": "business_users/b6_user.spec.ts",
              "line": 304,
              "column": 9
            },
            {
              "title": "should prevent DDA without sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.351Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-56240153a51fe35dd11d",
              "file": "business_users/b6_user.spec.ts",
              "line": 328,
              "column": 9
            },
            {
              "title": "should show DDA with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.351Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a0e1c9b1de5ea2dfd8a5",
              "file": "business_users/b6_user.spec.ts",
              "line": 366,
              "column": 9
            },
            {
              "title": "should prevent DDA with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.351Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-3de00e807cb86db45c67",
              "file": "business_users/b6_user.spec.ts",
              "line": 385,
              "column": 9
            },
            {
              "title": "should show MKF with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.351Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-97a28dbe50addec3c3f3",
              "file": "business_users/b6_user.spec.ts",
              "line": 415,
              "column": 9
            },
            {
              "title": "should prevent MKF with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.352Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-c73ed70049a7a9cd98bc",
              "file": "business_users/b6_user.spec.ts",
              "line": 434,
              "column": 9
            },
            {
              "title": "should show widget marketplace asset: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 464,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.352Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-86bfb1d8f0a5ab20e626",
              "file": "business_users/b6_user.spec.ts",
              "line": 464,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 483,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.352Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-173eba3f3284b1cbc75a",
              "file": "business_users/b6_user.spec.ts",
              "line": 483,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 509,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.352Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-b1d80517e0bd3afb9aa6",
              "file": "business_users/b6_user.spec.ts",
              "line": 509,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 528,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.352Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7af99514a05e5bed098d",
              "file": "business_users/b6_user.spec.ts",
              "line": 528,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 554,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.353Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d872689387d2795a9287",
              "file": "business_users/b6_user.spec.ts",
              "line": 554,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 573,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.353Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1b61f12fc7e8e7ff47a3",
              "file": "business_users/b6_user.spec.ts",
              "line": 573,
              "column": 10
            },
            {
              "title": "should show chain marketplace asset: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.353Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8dc029ca1525dc73add2",
              "file": "business_users/b6_user.spec.ts",
              "line": 599,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.353Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7bee14fff448065dd554",
              "file": "business_users/b6_user.spec.ts",
              "line": 618,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.354Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-6af45923485facb13e4b",
              "file": "business_users/b6_user.spec.ts",
              "line": 644,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.354Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7e9e853e282c8ab77aa5",
              "file": "business_users/b6_user.spec.ts",
              "line": 663,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.354Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-e696b6cc4cba18589367",
              "file": "business_users/b6_user.spec.ts",
              "line": 689,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.354Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8f515e83902055b53b81",
              "file": "business_users/b6_user.spec.ts",
              "line": 708,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.355Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-852354da7e7cb863ff5f",
              "file": "business_users/b6_user.spec.ts",
              "line": 734,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.355Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-6e3dd58972f8b200b927",
              "file": "business_users/b6_user.spec.ts",
              "line": 753,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.355Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-4ce1b839c2e180d736ee",
              "file": "business_users/b6_user.spec.ts",
              "line": 779,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.355Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-3f9cc7b288303ba4ca26",
              "file": "business_users/b6_user.spec.ts",
              "line": 798,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.355Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-6fd6602e4c9c86c299a0",
              "file": "business_users/b6_user.spec.ts",
              "line": 824,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.356Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-5a5fdf5fa4d79cbf2aca",
              "file": "business_users/b6_user.spec.ts",
              "line": 843,
              "column": 9
            },
            {
              "title": "should show curated data marketplace asset: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 869,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.356Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1dc6f52339d96bdd425b",
              "file": "business_users/b6_user.spec.ts",
              "line": 869,
              "column": 10
            },
            {
              "title": "should prevent curated data marketplace purchase: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 888,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.356Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-904b4baec483760c5cc3",
              "file": "business_users/b6_user.spec.ts",
              "line": 888,
              "column": 10
            },
            {
              "title": "should show media marketplace asset: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 914,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.356Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-99f4fbe700235fa5c8a3",
              "file": "business_users/b6_user.spec.ts",
              "line": 914,
              "column": 10
            },
            {
              "title": "should prevent media marketplace purchase: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 933,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.356Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-2abd47f37259fe710360",
              "file": "business_users/b6_user.spec.ts",
              "line": 933,
              "column": 10
            },
            {
              "title": "should show model marketplace asset: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.357Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a82ff0d0c69e93074c58",
              "file": "business_users/b6_user.spec.ts",
              "line": 969,
              "column": 9
            },
            {
              "title": "should prevent model marketplace purchase: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "firefox",
                  "projectName": "firefox",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:34.357Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-d2057fdff9f8e52c48f4",
              "file": "business_users/b6_user.spec.ts",
              "line": 988,
              "column": 9
            },
            {
              "title": "should register and activate successfully",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": 2,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 0,
                      "error": {
                        "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n",
                        "stack": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b6_user.spec.ts:258:5",
                        "location": {
                          "file": "/app/pages/RegistrationPage.ts",
                          "column": 42,
                          "line": 146
                        },
                        "snippet": "   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/pages/RegistrationPage.ts",
                            "column": 42,
                            "line": 146
                          },
                          "message": "TimeoutError: locator.click: Timeout 15000ms exceeded.\nCall log:\n\u001b[2m  - waiting for getByRole('button', { name: /Don't have an account\\?/i })\u001b[22m\n\n\n   at ../pages/RegistrationPage.ts:146\n\n  144 |     async openSignUpFromSignIn() {\n  145 |         await this.openAuthDialog();\n> 146 |         await this.dontHaveAccountButton.click();\n      |                                          ^\n  147 |         await expect(this.signUpEmailInput).toBeVisible({ timeout: 15000 });\n  148 |     }\n  149 |\n    at RegistrationPage.openSignUpFromSignIn (/app/pages/RegistrationPage.ts:146:42)\n    at /app/tests/business_users/b6_user.spec.ts:258:5"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:35.205Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b6_user-Bus-cb6bd-r-and-activate-successfully-webkit/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1723/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/business_users-b6_user-Bus-cb6bd-r-and-activate-successfully-webkit/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1724/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/pages/RegistrationPage.ts",
                        "column": 42,
                        "line": 146
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "1803a88bd34e70bc5134-9d3a1734320effd54f46",
              "file": "business_users/b6_user.spec.ts",
              "line": 272,
              "column": 7
            },
            {
              "title": "should keep the user on the account selection milestone",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.623Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1042d3091f196c94293e",
              "file": "business_users/b6_user.spec.ts",
              "line": 277,
              "column": 7
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.624Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-f71636074a17275cd5a1",
              "file": "business_users/b6_user.spec.ts",
              "line": 282,
              "column": 7
            },
            {
              "title": "should complete business user type selection after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.625Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8ba00c8f16094d48b0f4",
              "file": "business_users/b6_user.spec.ts",
              "line": 287,
              "column": 7
            },
            {
              "title": "should close the welcome popup after full registration",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.625Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-9df27abc0f0d05191538",
              "file": "business_users/b6_user.spec.ts",
              "line": 295,
              "column": 7
            },
            {
              "title": "should show DDA without sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.626Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-92d85f3ae1ff6d4eaedf",
              "file": "business_users/b6_user.spec.ts",
              "line": 304,
              "column": 9
            },
            {
              "title": "should prevent DDA without sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.626Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-6577500c76072d497842",
              "file": "business_users/b6_user.spec.ts",
              "line": 328,
              "column": 9
            },
            {
              "title": "should show DDA with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.626Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-ef2cb4165baae000febc",
              "file": "business_users/b6_user.spec.ts",
              "line": 366,
              "column": 9
            },
            {
              "title": "should prevent DDA with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.627Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-82f70ebae156ee3f0985",
              "file": "business_users/b6_user.spec.ts",
              "line": 385,
              "column": 9
            },
            {
              "title": "should show MKF with sources marketplace asset",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.627Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-040bdb094943e7f32a8a",
              "file": "business_users/b6_user.spec.ts",
              "line": 415,
              "column": 9
            },
            {
              "title": "should prevent MKF with sources marketplace purchase",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.627Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-5e49a050f030d8cc4705",
              "file": "business_users/b6_user.spec.ts",
              "line": 434,
              "column": 9
            },
            {
              "title": "should show widget marketplace asset: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 464,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.627Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-f83f491d9c8326dee9bd",
              "file": "business_users/b6_user.spec.ts",
              "line": 464,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Case Intake Table Widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 483,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.628Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-692c9540e85fda140053",
              "file": "business_users/b6_user.spec.ts",
              "line": 483,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 509,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.628Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-a78f786e069ef1ce2e22",
              "file": "business_users/b6_user.spec.ts",
              "line": 509,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: Matter Finance Information widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 528,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.628Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-14f355cab6322254d83d",
              "file": "business_users/b6_user.spec.ts",
              "line": 528,
              "column": 10
            },
            {
              "title": "should show widget marketplace asset: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 554,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.628Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7d88475a02cf07484c24",
              "file": "business_users/b6_user.spec.ts",
              "line": 554,
              "column": 10
            },
            {
              "title": "should prevent widget marketplace purchase: CDR based fraud prevention playbook",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 573,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.629Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-88f24e68fbb3464e857f",
              "file": "business_users/b6_user.spec.ts",
              "line": 573,
              "column": 10
            },
            {
              "title": "should show chain marketplace asset: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.629Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-5e05724454c7ef4da7a1",
              "file": "business_users/b6_user.spec.ts",
              "line": 599,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: Decision Analyzer",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.629Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-55a806beebd029b1771d",
              "file": "business_users/b6_user.spec.ts",
              "line": 618,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.629Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-028106f8d40570ca4593",
              "file": "business_users/b6_user.spec.ts",
              "line": 644,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: CdrAnalysisChain",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.629Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-9e1a1b6b1dbbdb30740f",
              "file": "business_users/b6_user.spec.ts",
              "line": 663,
              "column": 9
            },
            {
              "title": "should show chain marketplace asset: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.630Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-8d65a8fe086b01e302fc",
              "file": "business_users/b6_user.spec.ts",
              "line": 689,
              "column": 9
            },
            {
              "title": "should prevent chain marketplace purchase: FullcycleSalesAccelerator",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.630Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-200cf8757f886c8c7c6a",
              "file": "business_users/b6_user.spec.ts",
              "line": 708,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.630Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-7ef21b387ea47bea869e",
              "file": "business_users/b6_user.spec.ts",
              "line": 734,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: Case management utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.630Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-64d527ebbd387a1c8013",
              "file": "business_users/b6_user.spec.ts",
              "line": 753,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.630Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-0798c258e0466ce957e3",
              "file": "business_users/b6_user.spec.ts",
              "line": 779,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: InsightTable Manager",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.631Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-17aaec1df68fd1fd55e2",
              "file": "business_users/b6_user.spec.ts",
              "line": 798,
              "column": 9
            },
            {
              "title": "should show utility marketplace asset: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.631Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-c1d6853a14813b92ee4b",
              "file": "business_users/b6_user.spec.ts",
              "line": 824,
              "column": 9
            },
            {
              "title": "should prevent utility marketplace purchase: feedback analysis",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.631Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-cdb30c47028ab14a756b",
              "file": "business_users/b6_user.spec.ts",
              "line": 843,
              "column": 9
            },
            {
              "title": "should show curated data marketplace asset: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 869,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.631Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-371dd287bb62aeb94942",
              "file": "business_users/b6_user.spec.ts",
              "line": 869,
              "column": 10
            },
            {
              "title": "should prevent curated data marketplace purchase: Customer Data Set",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 888,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.632Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-1005ad77e72486f90e81",
              "file": "business_users/b6_user.spec.ts",
              "line": 888,
              "column": 10
            },
            {
              "title": "should show media marketplace asset: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 914,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.632Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-4ae34bd8e6bf7fdb3a76",
              "file": "business_users/b6_user.spec.ts",
              "line": 914,
              "column": 10
            },
            {
              "title": "should prevent media marketplace purchase: Case documents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [
                    {
                      "type": "skip",
                      "location": {
                        "file": "/app/tests/business_users/b6_user.spec.ts",
                        "line": 933,
                        "column": 10
                      }
                    }
                  ],
                  "expectedStatus": "skipped",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.632Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-3fbe44593a9fe0e7051b",
              "file": "business_users/b6_user.spec.ts",
              "line": 933,
              "column": 10
            },
            {
              "title": "should show model marketplace asset: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.632Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-4f6c3cee1518119c4f39",
              "file": "business_users/b6_user.spec.ts",
              "line": 969,
              "column": 9
            },
            {
              "title": "should prevent model marketplace purchase: Hospital Resource Utilization Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "webkit",
                  "projectName": "webkit",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-07-29T09:32:55.632Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "1803a88bd34e70bc5134-f1c667c905454d434263",
              "file": "business_users/b6_user.spec.ts",
              "line": 988,
              "column": 9
            }
          ]
        }
      ]
    }
  ],
  "errors": [],
  "stats": {
    "startTime": "2026-07-29T09:31:50.881Z",
    "duration": 64773.06399999999,
    "expected": 0,
    "skipped": 102,
    "unexpected": 3,
    "flaky": 0
  }
}