Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

管理画面のお知らせのE2Eテストをリダイレクトに対応 #4989

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

okazy
Copy link
Contributor

@okazy okazy commented Mar 26, 2021

概要(Overview・Refs Issue)

管理画面のお知らせのE2Eテストをリダイレクトに対応しました。

Fixes #4982
Fixes #4988

方針(Policy)

「遷移先のURLへ遷移したか」
ではなく
「元のURLではないURLに遷移しているか」
で判定をするようにしました。

実装に関する補足(Appendix)

テスト(Test)

落ちていたテストが通ることを確認しました。

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@okazy okazy added the improvement 機能改善 label Mar 26, 2021
@okazy okazy added this to the 4.0.x milestone Mar 26, 2021
@codecov-io
Copy link

Codecov Report

Merging #4989 (2cf0b53) into 4.0 (035120b) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                4.0    #4989      +/-   ##
============================================
- Coverage     76.14%   76.11%   -0.04%     
  Complexity     6124     6124              
============================================
  Files           437      437              
  Lines         20744    20744              
============================================
- Hits          15796    15789       -7     
- Misses         4948     4955       +7     
Flag Coverage Δ Complexity Δ
tests 76.11% <ø> (-0.04%) 0.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
src/Eccube/Controller/Admin/AdminController.php 71.36% <0.00%> (-6.82%) 28.00% <0.00%> (ø%)
...be/Service/PurchaseFlow/Processor/TaxProcessor.php 79.62% <0.00%> (-3.71%) 21.00% <0.00%> (ø%)
src/Eccube/Form/Type/Admin/MemberType.php 95.83% <0.00%> (+20.83%) 11.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 035120b...2cf0b53. Read the comment docs.

@chihiro-adachi chihiro-adachi modified the milestones: 4.0.x, 4.0.6 Mar 31, 2021
@chihiro-adachi chihiro-adachi merged commit 7c59b53 into EC-CUBE:4.0 Mar 31, 2021
@chihiro-adachi
Copy link
Contributor

@okazy マージしました

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement 機能改善
Projects
None yet
3 participants