Skip to content
Snippets Groups Projects
Commit 66db7667 authored by sandeepsajan0's avatar sandeepsajan0
Browse files

Update test for rounds index view's application_forms links

parent 8c5ee7f2
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ class TestRoundIndexView(WagtailTestUtils, TestCase):
f'<a href="/admin/funds/applicationform/edit/{app.form.id}/">{app}</a>'
for app in self.round.forms.all()
]
applications_cell = f'<td class="field-applications title">{"".join(application_links)}</td>'
applications_cell = f'<td class="field-application_forms title">{"".join(application_links)}</td>'
self.assertContains(response, applications_cell, html=True)
def test_number_of_rounds(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment