Skip to content

Commit

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

* precommit

(cherry picked from commit 228fa76)

Co-authored-by: Cole Higgins <[email protected]>
  • Loading branch information
Satellite-QE and ColeHiggins2 authored Oct 3, 2024
1 parent b9b0f32 commit e1c921a
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 e1c921a

Please sign in to comment.