問題タブ [cypress-testing-library]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
1564 参照

javascript - サイプレスと @testing-library/cypress でチェックボックスの切り替えをテストする方法、

ヒノキのテストライブラリを使用して、アコーディオンのトグルアクションをテストするために書き込もうとしています。以下はアコーディオンのマークアップです。チェックボックス hack を使用して切り替えています。

およびテストは以下のとおりです。

問題はcy.findByRole({ role: "checkbox" });常に undefined を返すことです。どうすればこれを修正したり、上記のテストを正しい方法で記述したりできますか。

ありがとう