kufu / smarthr-ui

React components for creating SmartHR applications.
https://story.smarthr-ui.dev
MIT License
879 stars 141 forks source link

chore: Dialog の E2E テストを単体テストで書き直す #5041

Closed misako0927 closed 1 week ago

misako0927 commented 1 month ago

関連URL

概要

Dialog コンポーネントには E2E テストがありますが、基本的には単体テストで十分なテストであるため、単体テスト(testing-library) に移植します。

これによって、 CI で時間がかかっている E2E テストのコスト削減及び、暗黙に発生している Storybook への依存の削減、自動テスト全体のポリシー整備を行います。

変更内容

確認方法

テストコードのみなのでCIが通ればOKです。

備考

他のE2E置き換えPRを参考に実装しています

pkg-pr-new[bot] commented 1 month ago

Open in Stackblitz

pnpm add https://pkg.pr.new/kufu/smarthr-ui@5041

commit: 41977c8