Skip to content

Commit

Permalink
Correct capitalization (SatelliteQE#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed Jan 4, 2024
1 parent a426b7e commit adac382
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 adac382

Please sign in to comment.