e2e new selector fixed (clientIndex.searchResult)

This commit is contained in:
Daniel Herrero 2018-03-01 13:44:19 +01:00
parent 77b20ae764
commit 9a6dc5b99e
1 changed files with 1 additions and 1 deletions

View File

@ -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: {