Test that the community calls work properly.

This commit is contained in:
elweyn 2021-10-29 14:09:32 +02:00
parent c70038ec8f
commit bb122f25b9

View File

@ -93,11 +93,11 @@ describe('RegisterCommunity', () => {
}) })
it('has a Community name', () => { it('has a Community name', () => {
expect(wrapper.find('.test-communitydata b').text()).toBe('Gradido Entwicklung') expect(wrapper.find('.justify-content-center h1').text()).toBe('Gradido Entwicklung')
}) })
it('has a Community description', () => { it('has a Community description', () => {
expect(wrapper.find('.test-communitydata p').text()).toBe( expect(wrapper.find('.justify-content-center p').text()).toBe(
'Die lokale Entwicklungsumgebung von Gradido.', 'Die lokale Entwicklungsumgebung von Gradido.',
) )
}) })