Skip to content

Commit

Permalink
override checkbox id updated in filters (#1547) (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored Sep 11, 2024
1 parent 45d0340 commit 15ec213
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 15ec213

Please sign in to comment.