mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Fix pages which assume broadcasts have a finish time
They no longer have a finish time until they have been approved. Previously it was the person preparing the broadcast who chose when it should finish.
This commit is contained in:
@@ -760,7 +760,6 @@ def test_cant_approve_own_broadcast(
|
||||
normalize_spaces(page.select_one('.banner').text)
|
||||
) == (
|
||||
'Your broadcast is waiting for approval from another member of your team '
|
||||
'Once approved it will be live until tomorrow at 11:23pm '
|
||||
'Withdraw this broadcast'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user