We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a426b7e commit adac382Copy full SHA for adac382
airgun/views/job_invocation.py
@@ -29,7 +29,7 @@ class JobInvocationCreateView(BaseLoggedInView):
29
30
@View.nested
31
class category_and_template(WizardStepView):
32
- expander = Text(".//button[contains(.,'Category and Template')]")
+ expander = Text(".//button[contains(.,'Category and template')]")
33
job_category = Select('OUIA-Generated-Select-single-1')
34
job_template = Select('OUIA-Generated-Select-typeahead-1')
35
0 commit comments