質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,11 @@
|
|
36
36
|
|
37
37
|
const testElement = screen.getByTestId('test-id' )
|
38
38
|
|
39
|
+
|
40
|
+
|
39
|
-
|
41
|
+
// 親要素をtestElementに代入したので、その子要素にの値を取得して値を比較したい。
|
42
|
+
|
43
|
+
|
40
44
|
|
41
45
|
});
|
42
46
|
|