updated e2e selector

This commit is contained in:
Joan Sanchez 2018-08-08 14:54:35 +02:00
parent 505ad27217
commit 5d9ad9b2d3
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ export default {
},
ticketsIndex: {
createTicketButton: `vn-ticket-index ${components.vnFloatButton}`,
searchResult: `vn-ticket-index vn-card > div > table > tbody > tr`,
searchResult: `vn-ticket-index vn-card > div > vn-table > div > vn-tbody > vn-tr`,
searchTicketInput: `vn-ticket-index ${components.vnTextfield}`,
searchButton: `vn-ticket-index vn-searchbar vn-icon-button[icon="search"]`
},