Skip to content

Commit

Permalink
Fix locator for ACSes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Oct 25, 2024
1 parent 85ac9fe commit 8ca595e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/acs.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class name_source(WizardStepView):
@View.nested
class select_capsule(WizardStepView, DualListSelector):
expander = Text(
'.//button[contains(.,"Select smart proxy") or contains(.,"Select capsule")]'
'.//button[contains(.,"Select Smart proxy") or contains(.,"Select Capsule")]'
)
use_http_proxies = OUIASwitch('use-http-proxies-switch')

Expand Down

0 comments on commit 8ca595e

Please sign in to comment.