From e339966d85adc88355477dcfb5f18fe29fcc8cd7 Mon Sep 17 00:00:00 2001 From: Jonathan Niles Date: Tue, 31 Jan 2017 18:37:04 +0100 Subject: [PATCH] fix(account): typo in edit modal This commit fixes a typo that resulted in a broken angular translate key. It also removes the id for the delete button and uses FormUtils to click on the delete button. --- .../accounts/edit/accounts.edit.modal.html | 3 +-- test/end-to-end/accounts/accounts.spec.js | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/client/src/partials/accounts/edit/accounts.edit.modal.html b/client/src/partials/accounts/edit/accounts.edit.modal.html index cb9fa4bcfb..ef7b4e9033 100644 --- a/client/src/partials/accounts/edit/accounts.edit.modal.html +++ b/client/src/partials/accounts/edit/accounts.edit.modal.html @@ -26,7 +26,7 @@
- +

{{AccountEditCtrl.account.number}}

@@ -126,7 +126,6 @@