mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix tests in DonationInfo.spec.js
This commit is contained in:
parent
df7e8ed3bb
commit
ec9c35a7c4
@ -38,12 +38,6 @@ describe('DonationInfo.vue', () => {
|
||||
expect(wrapper.find('.base-button').text()).toBe('donations.donate-now')
|
||||
})
|
||||
|
||||
it('includes a link to the ocelot.social donations website', () => {
|
||||
expect(wrapper.find('a').attributes('href')).toBe(
|
||||
'https://ocelot-social.herokuapp.com/donations',
|
||||
)
|
||||
})
|
||||
|
||||
describe('mount with data', () => {
|
||||
describe('given german locale', () => {
|
||||
beforeEach(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user