mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
test link to gradido.net/de/memberships/
This commit is contained in:
parent
5a931d62b0
commit
1e15b5d312
@ -98,6 +98,11 @@ describe('GdtTransactionList ', () => {
|
||||
it('renders the funding button ', () => {
|
||||
expect(wrapper.find('.gdt-funding').exists()).toBe(true)
|
||||
})
|
||||
|
||||
it('links to https://gradido.net/en/memberships/ when clicking', async () => {
|
||||
const link = 'https://gradido.net/' + state.language + '/memberships/'
|
||||
expect(wrapper.find('.gdt-funding').attributes('href')).toBe(link)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user