Skip to content

Commit

Permalink
Correct capitalization (#1099)
Browse files Browse the repository at this point in the history
(cherry picked from commit adac382)
  • Loading branch information
lhellebr authored and web-flow committed Jan 4, 2024
1 parent d9ca234 commit 4bd9ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/job_invocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 4bd9ffd

Please sign in to comment.