mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #2474 from ansible/jakemcdermott-patch-1
use a less rigid selector for credential form title
This commit is contained in:
commit
68ceaadf8d
@ -233,7 +233,7 @@ module.exports = {
|
||||
details
|
||||
},
|
||||
elements: {
|
||||
title: 'h3[class="at-Panel-headingTitle"]'
|
||||
title: 'h3[class*="at-Panel-headingTitle"]'
|
||||
}
|
||||
},
|
||||
edit: {
|
||||
@ -243,7 +243,7 @@ module.exports = {
|
||||
permissions
|
||||
},
|
||||
elements: {
|
||||
title: 'h3[class="at-Panel-headingTitle"]'
|
||||
title: 'h3[class*="at-Panel-headingTitle"]'
|
||||
}
|
||||
},
|
||||
list: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user