Skip to content

Commit f0dad52

Browse files
committed
Updated a group test to match the facelift DOM.
- Legacy-Id: 9359
1 parent c321413 commit f0dad52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/group/tests_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_group_documents(self):
167167
self.client.login(username="secretary", password="secretary+password")
168168
r = self.client.get(url)
169169
q = PyQuery(r.content)
170-
self.assertTrue(any([draft2.name in x.attrib['href'] for x in q('table.ietf-doctable td.addtolist a')]))
170+
self.assertTrue(any([draft2.name in x.attrib['href'] for x in q('table td a.community-list-add-remove-doc')]))
171171

172172
# test the txt version too while we're at it
173173
url = urlreverse('ietf.group.info.group_documents_txt', kwargs=dict(group_type=group.type_id, acronym=group.acronym))

0 commit comments

Comments
 (0)