Skip to content

Commit

Permalink
[Comp Eval] Add installability to generate views (#1539)
Browse files Browse the repository at this point in the history
* Add installability to generateviews

* precommit
  • Loading branch information
ColeHiggins2 committed Aug 30, 2024
1 parent 714a54e commit 228fa76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/report_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 228fa76

Please sign in to comment.