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

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: {