diff --git a/e2e/helpers/selectors.js b/e2e/helpers/selectors.js index b3b937f480..c2da69277e 100644 --- a/e2e/helpers/selectors.js +++ b/e2e/helpers/selectors.js @@ -423,7 +423,7 @@ export default { firstQuantityInput: 'vn-ticket-service vn-textfield[label="Quantity"] input', firstPriceInput: 'vn-ticket-service vn-textfield[label="Price"] input', firstVatTypeAutocomplete: 'vn-ticket-service vn-autocomplete[label="Tax class"]', - fistDeleteServiceButton: 'vn-ticket-service > form > vn-card > div > vn-one:nth-child(2) > vn-horizontal > vn-auto > vn-icon', + fistDeleteServiceButton: 'vn-ticket-card > vn-main-block > div.content-block.ng-scope > vn-ticket-service > form > vn-card > div > vn-one:nth-child(1) > vn-horizontal:nth-child(1) > vn-auto > vn-icon[icon="delete"]', serviceLine: 'vn-ticket-service > form > vn-card > div > vn-one:nth-child(2) > vn-horizontal', saveServiceButton: `${components.vnSubmit}` },