From b0420a8aac7ddeb12d7a5c1b507dfc81e9e44004 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Wed, 6 Feb 2019 09:12:58 +0100 Subject: [PATCH] #1051 selector updated --- e2e/helpers/selectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/helpers/selectors.js b/e2e/helpers/selectors.js index b3b937f48..c2da69277 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}` },