Merge pull request #541 from jakemcdermott/update-credentials-title-selector

fix credentials form title selector
This commit is contained in:
Jake McDermott 2017-10-31 16:30:00 -04:00 committed by GitHub
commit 6c85902ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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