1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

use a less rigid selector for credential form title

This commit is contained in:
Jake McDermott 2018-07-10 13:41:25 -04:00 committed by GitHub
parent 319b1f56fc
commit 00a7de99a4
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: {