fix(curriculum): adjust editable-regions workshop-final-exams-table (#65396)

This commit is contained in:
hbar1st
2026-01-22 03:16:02 -05:00
committed by GitHub
parent 3521e967ce
commit 59a54b5040
6 changed files with 10 additions and 6 deletions
@@ -59,11 +59,11 @@ assert.strictEqual(captionEl.innerText.trim(), 'Calculus Final Exam Grades');
<meta charset="UTF-8" />
</head>
<body>
--fcc-editable-region--
<table>
</table>
--fcc-editable-region--
--fcc-editable-region--
</table>
</body>
</html>
```
@@ -95,11 +95,11 @@ assert.match(code, /<tr>.*<th>.*<\/th>.*<th>.*<\/th>.*<th>.*<\/th>.*<\/tr>/is);
Calculus Final Exam Grades
</caption>
--fcc-editable-region--
<thead>
</thead>
--fcc-editable-region--
--fcc-editable-region--
</thead>
</table>
</body>
</html>
@@ -55,6 +55,7 @@ assert.match(code, /<tbody>[\s\S]*<\/tbody>/i);
<th>Grade</th>
</tr>
</thead>
--fcc-editable-region--
--fcc-editable-region--
@@ -102,6 +102,7 @@ assert.strictEqual(document.querySelector('tbody tr:nth-of-type(3) td:last-child
<td>Alex</td>
<td>54</td>
</tr>
--fcc-editable-region--
--fcc-editable-region--
@@ -114,6 +114,7 @@ assert.strictEqual(document.querySelector('tbody tr:nth-of-type(5) td:nth-of-typ
<td>Marcus</td>
<td>88</td>
</tr>
--fcc-editable-region--
--fcc-editable-region--
@@ -111,6 +111,7 @@ assert.strictEqual(document.querySelectorAll('tfoot tr td').length, 2);
<td>83</td>
</tr>
</tbody>
--fcc-editable-region--
--fcc-editable-region--