Skip to content
Snippets Groups Projects
Verified Commit 19a662b5 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

enable emil user sync in e2ep

parent e8d184d2
Branches
Tags
No related merge requests found
...@@ -46,8 +46,7 @@ describe('Init users', () => { ...@@ -46,8 +46,7 @@ describe('Init users', () => {
it('should login peter', () => { it('should login peter', () => {
syncUser(DatabaseUser.PETER); syncUser(DatabaseUser.PETER);
}); });
xit('should login emil', () => { it('should login emil', () => {
// disabled until password change
syncUser(DatabaseUser.EMIL); syncUser(DatabaseUser.EMIL);
}); });
it('should login adelheit', () => { it('should login adelheit', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment