Skip to content

Triage manual S3 E2E failure and isolate repository mismatch blocker#199

Closed
Copilot wants to merge 1 commit into
masterfrom
copilot/fix-manual-s3-e2e-tests
Closed

Triage manual S3 E2E failure and isolate repository mismatch blocker#199
Copilot wants to merge 1 commit into
masterfrom
copilot/fix-manual-s3-e2e-tests

Conversation

Copy link
Copy Markdown

Copilot AI commented Jun 1, 2026

The reported failure is a Playwright S3 E2E regression (external-data-advanced.spec.ts, @s3) where advanced-mode UI never becomes visible. In this repository (libamtrack/pyamtrack), those test assets and runtime paths do not exist, so the issue cannot be fixed here without the correct target codebase.

  • Issue scope validated

    • Confirmed this repo is Python/CMake (pyproject.toml, pytest) and does not contain the failing Playwright suite, pnpm scripts, or dedx_web paths referenced in the error.
    • Verified the failing CI context for this repo is unrelated (Python particle tests), not S3 E2E UI flows.
  • Actionable blocker captured

    • Identified that the requested fix requires the repository/branch containing:
      • tests/e2e/external-data-advanced.spec.ts
      • Playwright config and test:e2e:s3 script
      • /calculator?...mode=advanced frontend codepath
  • AI work logs added

    • Added a concise AI investigation log in the task updates with findings and required next input (correct repo/branch).
# Signals confirming mismatch in this repo
rg -n "external-data-advanced|playwright|test:e2e:s3|picker-advanced-toolbar" /tmp/workspace/libamtrack/pyamtrack
# -> no matches

Copilot AI linked an issue Jun 1, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix manual S3 end-to-end tests failure Triage manual S3 E2E failure and isolate repository mismatch blocker Jun 1, 2026
Copilot AI requested a review from grzanka June 1, 2026 08:59
@grzanka grzanka closed this Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Manual S3 E2E tests fails

2 participants