Fix user tests

pull/1902/head
Chocobozzz 2019-06-11 16:13:50 +02:00
parent 5efab5467c
commit 675a8fc74f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -468,10 +468,11 @@ describe('Test users', function () {
expect(user.autoPlayVideo).to.be.false
})
it('Should be able to change the email display attribute', async function () {
it('Should be able to change the email attribute', async function () {
await updateMyUser({
url: server.url,
accessToken: accessTokenUser,
currentPassword: 'new password',
email: 'updated@example.com'
})