mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
fix style checks
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="table-empty-message">
|
<tbody>
|
||||||
{{ caller() }}
|
{{ caller() }}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -323,8 +323,7 @@ def test_should_show_old_job(
|
|||||||
assert not page.select(".pill")
|
assert not page.select(".pill")
|
||||||
assert not page.select("p.hint")
|
assert not page.select("p.hint")
|
||||||
assert not page.select("a[download]")
|
assert not page.select("a[download]")
|
||||||
assert (
|
assert page.select_one("tbody").text.strip() == expected_message
|
||||||
page.select_one("tbody").text.strip() == expected_message)
|
|
||||||
assert [
|
assert [
|
||||||
normalize_spaces(column.text) for column in page.select("main .grid-col-3")
|
normalize_spaces(column.text) for column in page.select("main .grid-col-3")
|
||||||
] == [
|
] == [
|
||||||
|
|||||||
Reference in New Issue
Block a user