mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
use a less rigid selector for credential form title
This commit is contained in:
parent
319b1f56fc
commit
00a7de99a4
@ -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…
Reference in New Issue
Block a user