mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-12 01:48:54 -04:00
Small content change for this test
This commit is contained in:
@@ -659,7 +659,7 @@ def test_should_show_upcoming_jobs_on_dashboard(
|
||||
assert normalize_spaces(page.select_one("main h2").text) == ("In the next few days")
|
||||
|
||||
assert normalize_spaces(page.select_one("a.banner-dashboard").text) == (
|
||||
"2 files waiting to send " "sending starts today at 11:09 UTC"
|
||||
"2 files waiting to send " "- sending starts today at 11:09 UTC"
|
||||
)
|
||||
|
||||
assert page.select_one("a.banner-dashboard")["href"] == url_for(
|
||||
|
||||
Reference in New Issue
Block a user