Skip to content

Bump Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0#73

Merged
dylan-smith merged 2 commits into
mainfrom
dependabot/nuget/backend/CheckMate2.Api/Azure.Monitor.OpenTelemetry.AspNetCore-1.5.0
May 19, 2026
Merged

Bump Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0#73
dylan-smith merged 2 commits into
mainfrom
dependabot/nuget/backend/CheckMate2.Api/Azure.Monitor.OpenTelemetry.AspNetCore-1.5.0

Merge branch 'main' into dependabot/nuget/backend/CheckMate2.Api/Azur…

1d1c044
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / E2E Test Results failed May 19, 2026 in 0s

10 fail in 2m 34s

10 tests  ±0    0 ✅  - 10   2m 34s ⏱️ + 2m 29s
 1 suites ±0    0 💤 ± 0 
 1 files   ±0   10 ❌ +10 

Results for commit 1d1c044. ± Comparison against earlier commit f37100d.

Annotations

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Create checklist › creates a new checklist (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:31:5 › Checklist management › Create checklist › creates a new checklist 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-1119d-ist-creates-a-new-checklist-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Create checklist › trims whitespace from checklist name (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:38:5 › Checklist management › Create checklist › trims whitespace from checklist name 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-f744f-tespace-from-checklist-name-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Create checklist › clears the input after creating a checklist (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:45:5 › Checklist management › Create checklist › clears the input after creating a checklist 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-56eb1--after-creating-a-checklist-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Create checklist › displays checklists in alphabetical order (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:53:5 › Checklist management › Create checklist › displays checklists in alphabetical order 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-2193c-lists-in-alphabetical-order-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Edit checklist › edits an existing checklist (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:70:5 › Checklist management › Edit checklist › edits an existing checklist 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-2e44c-edits-an-existing-checklist-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Edit checklist › cancels editing and restores create mode (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:95:5 › Checklist management › Edit checklist › cancels editing and restores create mode 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-b1ffc-ng-and-restores-create-mode-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Delete checklist › deletes a checklist (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:119:5 › Checklist management › Delete checklist › deletes a checklist 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-124d6-ecklist-deletes-a-checklist-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Delete checklist › cancels edit mode when the edited checklist is deleted (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:132:5 › Checklist management › Delete checklist › cancels edit mode when the edited checklist is deleted 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-75369-edited-checklist-is-deleted-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Error handling › shows error when creating a checklist with a duplicate name (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:158:5 › Checklist management › Error handling › shows error when creating a checklist with a duplicate name 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-bb966-klist-with-a-duplicate-name-chromium-retry2/error-context.md]]

Check warning on line 0 in checklists.spec.ts

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

Checklist management › Error handling › shows error when editing a checklist to a duplicate name (checklists.spec.ts) failed

frontend/playwright-report/results.xml [took 15s]
Raw output
expect(locator).toBeVisible() failed

  [chromium] › checklists.spec.ts:176:5 › Checklist management › Error handling › shows error when editing a checklist to a duplicate name 

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium/error-context.md

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium-retry1/error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium-retry1/trace.zip
    Usage:

        npx playwright show-trace ../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium-retry1/trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'CheckMate2' })
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for getByRole('heading', { name: 'CheckMate2' })


       6 |     await expect(
       7 |       page.getByRole('heading', { name: 'CheckMate2' }),
    >  8 |     ).toBeVisible()
         |       ^
       9 |
      10 |     // Clean up any existing checklists
      11 |     const deleteButtons = page.getByRole('button', { name: 'Delete' })
        at /home/runner/work/CheckMate2/CheckMate2/frontend/e2e/checklists.spec.ts:8:7

    Error Context: ../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium-retry2/error-context.md


[[ATTACHMENT|../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium-retry1/error-context.md]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium-retry1/trace.zip]]

[[ATTACHMENT|../test-results/checklists-Checklist-manag-b811f-ecklist-to-a-duplicate-name-chromium-retry2/error-context.md]]