mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Merge pull request #541 from jakemcdermott/update-credentials-title-selector
fix credentials form title selector
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user