Fix tests in DonationInfo.spec.js

This commit is contained in:
Wolfgang Huß 2021-09-16 11:36:44 +02:00
parent df7e8ed3bb
commit ec9c35a7c4

View File

@ -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(() => {