e2eの失敗要因だった単一コマンドE2Eセレクタを現行テストページ構造に同期#435
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job e2e
e2eの失敗要因だった単一コマンドE2Eセレクタを現行テストページ構造に同期
Jul 15, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #435 +/- ##
=======================================
Coverage 39.57% 39.57%
=======================================
Files 237 237
Lines 25349 25349
Branches 1886 1886
=======================================
Hits 10031 10031
Misses 15318 15318 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ujiro99
approved these changes
Jul 16, 2026
ujiro99
marked this pull request as ready for review
July 16, 2026 08:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
e2eジョブ失敗の主因は、single-command.spec.tsが/en/testの旧DOM構造(h1・footer内リンク)を前提にしていたことでした。現在のテストページに存在する要素へセレクタを更新し、待機タイムアウトを誘発していた不一致を解消する変更です。変更内容(single-command E2E のセレクタ修正)
E2E-30の選択対象をh1からh2に変更(現行ページに存在する見出しへ合わせ込み)E2E-31の範囲選択をfooter a[href$='terms'/'cookie']から、現行ページにあるa[download='test.txt']ベースへ変更E2E-31のテスト名/コメントを「複数リンク前提」から実際の選択対象に整合する表現へ更新影響範囲
packages/extension/e2e/single-command.spec.tsのみ