From 45072b54f01f05a174bc0a0188fbaa270a459a49 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 1 Aug 2018 11:01:38 -0400 Subject: [PATCH] update credential form type selector --- awx/ui/test/e2e/objects/credentials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } });