From 544d4b66d9094d12d79a718d01f431b9ea53fb59 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:01:43 -0500 Subject: [PATCH] Correct capitalization (#1099) (#1118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit adac3829e402de7b942e5761e46a86dbbeef1d2c) Co-authored-by: Lukáš Hellebrandt --- airgun/views/job_invocation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airgun/views/job_invocation.py b/airgun/views/job_invocation.py index 5f668dc79..0ee540ff8 100644 --- a/airgun/views/job_invocation.py +++ b/airgun/views/job_invocation.py @@ -29,7 +29,7 @@ class JobInvocationCreateView(BaseLoggedInView): @View.nested class category_and_template(WizardStepView): - expander = Text(".//button[contains(.,'Category and Template')]") + expander = Text(".//button[contains(.,'Category and template')]") job_category = Select('OUIA-Generated-Select-single-1') job_template = Select('OUIA-Generated-Select-typeahead-1')