Skip to content

Commit adac382

Browse files
authored
Correct capitalization (#1099)
1 parent a426b7e commit adac382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airgun/views/job_invocation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class JobInvocationCreateView(BaseLoggedInView):
2929

3030
@View.nested
3131
class category_and_template(WizardStepView):
32-
expander = Text(".//button[contains(.,'Category and Template')]")
32+
expander = Text(".//button[contains(.,'Category and template')]")
3333
job_category = Select('OUIA-Generated-Select-single-1')
3434
job_template = Select('OUIA-Generated-Select-typeahead-1')
3535

0 commit comments

Comments
 (0)