fix credentials form title selector when running container chrome

This commit is contained in:
Jake McDermott
2017-10-31 16:11:25 -04:00
parent 0876d7825c
commit ef0c2086eb

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