Using rows so it passes the test

This commit is contained in:
Jonathan Bobel
2024-08-13 15:29:19 -04:00
parent f17ee0147f
commit 49e390dd5e

View File

@@ -1928,4 +1928,6 @@ def test_service_dashboard_shows_batched_jobs(
rows = job_table_body.find_all("tbody")[0].find_all("tr")
assert len(rows) == 0
assert job_table_body is not None