e2e new selector fixed (clientIndex.searchResult)
This commit is contained in:
parent
77b20ae764
commit
9a6dc5b99e
|
@ -16,7 +16,7 @@ export default {
|
|||
clientsIndex: {
|
||||
searchClientInput: `${components.vnTextfield}`,
|
||||
searchButton: `${components.vnSearchBar} > vn-icon-button > button`,
|
||||
searchResult: `${components.vnItemClient}:nth-child(1) > a`,
|
||||
searchResult: `${components.vnItemClient}:nth-child(1) > vn-horizontal > a`,
|
||||
createClientButton: `${components.vnFloatButton}`
|
||||
},
|
||||
createClientView: {
|
||||
|
|
Loading…
Reference in New Issue