Update frontend/src/components/UserSettings/UserName.spec.js

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
Alexander Friedland 2023-06-28 08:18:38 +02:00 committed by GitHub
parent 71b7a2adf3
commit ea1dec369b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ describe('UserName Form', () => {
describe('edit username', () => {
beforeEach(async () => {
wrapper.vm.username = 'petra'
wrapper.findComponent({ name: 'InputUsername' }).setValue('petra')
})
it('has a submit button', () => {