diff --git a/airgun/views/report_template.py b/airgun/views/report_template.py index 9d7fcad57..1bd1ff5e0 100644 --- a/airgun/views/report_template.py +++ b/airgun/views/report_template.py @@ -94,6 +94,7 @@ class ReportTemplateGenerateView(BaseLoggedInView): generate_at = TextInput(id='report_template_report_generate_at') submit = Text('//input[@name="commit"]') generated = Text('//div[contains(@class, "alert-success")]') + installability = FilteredDropdown(id='s2id_Installability') @property def is_displayed(self):