From 43114494ec08bf6e19511fa4613db6c44e24d703 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Mon, 12 Aug 2024 11:49:03 -0400 Subject: [PATCH] Removing this test as this area is no longer on the page --- tests/app/main/views/test_dashboard.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/app/main/views/test_dashboard.py b/tests/app/main/views/test_dashboard.py index b6ad939e2..1cb8e65cb 100644 --- a/tests/app/main/views/test_dashboard.py +++ b/tests/app/main/views/test_dashboard.py @@ -597,16 +597,6 @@ def test_should_show_recent_templates_on_dashboard( table_rows = page.find_all("tbody")[0].find_all("tr") - assert len(table_rows) == 2 - - assert "two" in table_rows[0].find_all("td")[0].text - assert "Email template" in table_rows[0].find_all("td")[0].text - assert "200" in table_rows[0].find_all("td")[1].text - - assert "one" in table_rows[1].find_all("td")[0].text - assert "Text message template" in table_rows[1].find_all("td")[0].text - assert "100" in table_rows[1].find_all("td")[1].text - @pytest.mark.parametrize( "stats",