Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Aug 29, 2024
1 parent d142e68 commit 53d9650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airgun/views/report_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class ReportTemplateGenerateView(BaseLoggedInView):
generated = Text('//div[contains(@class, "alert-success")]')
installability = FilteredDropdown(id='s2id_Installability')


@property
def is_displayed(self):
breadcrumb_loaded = self.browser.wait_for_element(self.breadcrumb, exception=False)
Expand Down

0 comments on commit 53d9650

Please sign in to comment.