updated e2e selector
This commit is contained in:
parent
505ad27217
commit
5d9ad9b2d3
|
@ -280,7 +280,7 @@ export default {
|
||||||
},
|
},
|
||||||
ticketsIndex: {
|
ticketsIndex: {
|
||||||
createTicketButton: `vn-ticket-index ${components.vnFloatButton}`,
|
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}`,
|
searchTicketInput: `vn-ticket-index ${components.vnTextfield}`,
|
||||||
searchButton: `vn-ticket-index vn-searchbar vn-icon-button[icon="search"]`
|
searchButton: `vn-ticket-index vn-searchbar vn-icon-button[icon="search"]`
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue