aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-action
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/transaction-action')
-rw-r--r--ui/app/components/transaction-action/tests/transaction-action.component.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/transaction-action/tests/transaction-action.component.test.js b/ui/app/components/transaction-action/tests/transaction-action.component.test.js
index bba997c20..158bc8dc4 100644
--- a/ui/app/components/transaction-action/tests/transaction-action.component.test.js
+++ b/ui/app/components/transaction-action/tests/transaction-action.component.test.js
@@ -34,7 +34,7 @@ describe('TransactionAction Component', () => {
assert.equal(wrapper.text(), '--')
})
- it('should render Outgoing', () => {
+ it('should render Sent Ether', () => {
const methodData = { data: {}, done: true, error: null }
const transaction = {
id: 1,
@@ -58,7 +58,7 @@ describe('TransactionAction Component', () => {
/>, { context: { tOrDefault }})
assert.equal(wrapper.find('.transaction-action').length, 1)
- assert.equal(wrapper.text(), 'outgoing')
+ assert.equal(wrapper.text(), 'sentEther')
})
it('should render Approved', () => {