mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix linting.
This commit is contained in:
parent
38ee27005f
commit
de7891f492
@ -162,7 +162,12 @@ describe('Send', () => {
|
||||
describe('transaction form link', () => {
|
||||
beforeEach(async () => {
|
||||
apolloMutationMock.mockResolvedValue({
|
||||
data: { createTransactionLink: { code: '0123456789', link: 'http://localhost/redeem/0123456789' } },
|
||||
data: {
|
||||
createTransactionLink: {
|
||||
code: '0123456789',
|
||||
link: 'http://localhost/redeem/0123456789',
|
||||
},
|
||||
},
|
||||
})
|
||||
const transactionForm = wrapper.findComponent({ name: 'TransactionForm' })
|
||||
await transactionForm.findAll('input[type="radio"]').at(1).setChecked()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user