diff --git a/frontend/src/pages/TransactionLink.spec.js b/frontend/src/pages/TransactionLink.spec.js index d13e04bf4..b1bbd8950 100644 --- a/frontend/src/pages/TransactionLink.spec.js +++ b/frontend/src/pages/TransactionLink.spec.js @@ -235,7 +235,7 @@ describe('TransactionLink', () => { wrapper = Wrapper() }) - it('has a RedeemValid component', () => { + it('has a RedeemSelfCreator component', () => { expect(wrapper.findComponent({ name: 'RedeemSelfCreator' }).exists()).toBe(true) })