Update admin/src/components/ContentFooter.spec.js

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-08-18 17:06:19 +02:00 committed by GitHub
parent 4da9b22eeb
commit 693e315cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ describe('ContentFooter', () => {
wrapper = Wrapper()
})
it('renders the Div Element ".content-footer"', () => {
it('renders the div element ".content-footer"', () => {
expect(wrapper.find('div.content-footer').exists()).toBe(true)
})
})