test: update search in test to match template changes (#3814)
Fixes test failure caused by ietf-tools#3803.
This commit is contained in:
parent
0944312c20
commit
30d1067082
|
@ -498,7 +498,7 @@ class MeetingTests(BaseMeetingTestCase):
|
||||||
expected_elements.append(anchor)
|
expected_elements.append(anchor)
|
||||||
for btn in q('.buttonlist a.btn').items():
|
for btn in q('.buttonlist a.btn').items():
|
||||||
text = btn.text().strip()
|
text = btn.text().strip()
|
||||||
if text in ['View personal agenda', 'Download .ics of personal agenda', 'Subscribe to personal agenda']:
|
if text in ['View personal agenda', 'Download .ics of filtered agenda', 'Subscribe to filtered agenda']:
|
||||||
expected_elements.append(btn)
|
expected_elements.append(btn)
|
||||||
|
|
||||||
# Check that all the expected elements have the correct classes
|
# Check that all the expected elements have the correct classes
|
||||||
|
|
Loading…
Reference in a new issue