diff --git a/e2e/helpers/selectors.js b/e2e/helpers/selectors.js index a133c0103..2a8e62233 100644 --- a/e2e/helpers/selectors.js +++ b/e2e/helpers/selectors.js @@ -357,6 +357,6 @@ export default { }, claimDetails: { detailsButton: `vn-menu-item a[ui-sref="claim.card.detail"]`, - addItemButton: `vn-claim-detail > vn-vertical > vn-card > div > vn-vertical > vn-one > vn-icon-button > vn-icon > i` + addItemButton: `vn-claim-detail a vn-float-button` } };