Merge pull request #2474 from ansible/jakemcdermott-patch-1

use a less rigid selector for credential form title
This commit is contained in:
Jake McDermott 2018-07-10 14:02:48 -04:00 committed by GitHub
commit 68ceaadf8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ module.exports = {
details
},
elements: {
title: 'h3[class="at-Panel-headingTitle"]'
title: 'h3[class*="at-Panel-headingTitle"]'
}
},
edit: {
@ -243,7 +243,7 @@ module.exports = {
permissions
},
elements: {
title: 'h3[class="at-Panel-headingTitle"]'
title: 'h3[class*="at-Panel-headingTitle"]'
}
},
list: {