fix style checks

This commit is contained in:
Beverly Nguyen
2024-01-08 16:04:23 -08:00
parent 653c7d8624
commit b5051e2b7c
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
{% endfor %}
</tr>
</thead>
<tbody class="table-empty-message">
<tbody>
{{ caller() }}
</tbody>
</table>

View File

@@ -323,8 +323,7 @@ def test_should_show_old_job(
assert not page.select(".pill")
assert not page.select("p.hint")
assert not page.select("a[download]")
assert (
page.select_one("tbody").text.strip() == expected_message)
assert page.select_one("tbody").text.strip() == expected_message
assert [
normalize_spaces(column.text) for column in page.select("main .grid-col-3")
] == [