mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #541 from jakemcdermott/update-credentials-title-selector
fix credentials form title selector
This commit is contained in:
commit
6c85902ce8
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user