mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user