mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 14:58:24 -04:00
Using rows so it passes the test
This commit is contained in:
@@ -1928,4 +1928,6 @@ def test_service_dashboard_shows_batched_jobs(
|
|||||||
|
|
||||||
rows = job_table_body.find_all("tbody")[0].find_all("tr")
|
rows = job_table_body.find_all("tbody")[0].find_all("tr")
|
||||||
|
|
||||||
|
assert len(rows) == 0
|
||||||
|
|
||||||
assert job_table_body is not None
|
assert job_table_body is not None
|
||||||
|
|||||||
Reference in New Issue
Block a user