From a8bd65254e88993006c412880f09e742e958f685 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 5 Jul 2021 13:49:36 +0100 Subject: [PATCH] Change previous to past --- tests/app/main/views/test_broadcast.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/main/views/test_broadcast.py b/tests/app/main/views/test_broadcast.py index 126e31509..fe380b9c8 100644 --- a/tests/app/main/views/test_broadcast.py +++ b/tests/app/main/views/test_broadcast.py @@ -568,7 +568,7 @@ def test_previous_broadcasts_page( ) assert normalize_spaces(page.select_one('main h1').text) == ( - 'Previous alerts' + 'Past alerts' ) assert len(page.select('.ajax-block-container')) == 1 assert [ @@ -1657,7 +1657,7 @@ def test_view_broadcast_message_page( ), ( 'completed', - 'Previous alerts', + 'Past alerts', '.broadcast_dashboard_previous', ), (