From 8ca595e9c8e4d56a11fdcbb1cd665f9a3d505e22 Mon Sep 17 00:00:00 2001 From: Vladimir Sedmik Date: Fri, 25 Oct 2024 17:48:30 +0200 Subject: [PATCH] Fix locator for ACSes --- airgun/views/acs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airgun/views/acs.py b/airgun/views/acs.py index b17f5fc4d..a7c44e3f8 100644 --- a/airgun/views/acs.py +++ b/airgun/views/acs.py @@ -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')