diff --git a/awx/ui/test/e2e/objects/credentials.js b/awx/ui/test/e2e/objects/credentials.js index 07e5738b19..391ac7da21 100644 --- a/awx/ui/test/e2e/objects/credentials.js +++ b/awx/ui/test/e2e/objects/credentials.js @@ -18,7 +18,7 @@ const common = createFormSection({ name: 'Name', description: 'Description', organization: 'Organization', - type: 'Credential type' + type: 'Credential Type' } });