Skip to content

Commit

Permalink
override checkbox id updated in filters
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk committed Sep 9, 2024
1 parent 64f48b0 commit dc30928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FilterDetailsView(BaseLoggedInView):
locator='.//div[@data-ouia-component-id="resource-type-select"]'
)
permission = PF4MultiSelect('.//div[@id="permission-duel-select"]')
override = Checkbox(id='override_taxonomy_checkbox')
override = Checkbox(id='override-check')
unlimited = Checkbox(id='filter_unlimited')
filter = TextInput(id='search')
submit = Text('//button[@data-ouia-component-id="filters-submit-button"]')
Expand Down

0 comments on commit dc30928

Please sign in to comment.