From e45b6886c0544f8d10ce5f627eb54203413bac31 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Tue, 22 Jan 2019 11:54:17 +0100 Subject: [PATCH] selectors update --- e2e/helpers/selectors.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/e2e/helpers/selectors.js b/e2e/helpers/selectors.js index 932ecc845..f82ffc69d 100644 --- a/e2e/helpers/selectors.js +++ b/e2e/helpers/selectors.js @@ -454,9 +454,11 @@ export default { observationInput: `vn-textarea[label="Observation"] textarea`, saveButton: `${components.vnSubmit}` }, - claimDetails: { - detailsButton: `vn-left-menu a[ui-sref="claim.card.detail"]`, - addItemButton: `vn-claim-detail a vn-float-button` + claimDetail: { + detailButton: `vn-left-menu a[ui-sref="claim.card.detail"]`, + addItemButton: `vn-claim-detail a vn-float-button`, + firstClaimableSaleFromTicket: 'vn-claim-detail > vn-dialog vn-tbody > vn-tr', + claimDetailLine: 'vn-claim-detail > vn-vertical > vn-card > div > vn-vertical > vn-table > div > vn-tbody > vn-tr' }, claimDevelopment: { developmentButton: 'vn-left-menu a[ui-sref="claim.card.development"]',