Fix test pages/registration.spec.js

This commit is contained in:
Wolfgang Huß 2021-09-13 09:33:22 +02:00
parent e9189a3c58
commit 198d24ecb1

View File

@ -306,7 +306,7 @@ describe('Registration', () => {
it('renders', async () => {
wrapper = await Wrapper()
expect(wrapper.is('.login-form')).toBe(true)
expect(wrapper.is('.registration-slider')).toBe(true)
})
// The asyncTests must go last